#045C0A

Color #045C0A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #045C0A

Tints of Green #045C0A

Color information

#045C0A (or 0x045C0A) is unknown color: approx Green. HEX triplet: 04, 5C and 0A. RGB value is (4,92,10). Sum of RGB (Red+Green+Blue) = 4+92+10=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 92 (36.33% from 255 or 86.79% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 92 - color contains mainly: green. Hex color #045C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C0A is #FBA3F5. Grayscale: #383838. Windows color (decimal): -16491510 or 678916. OLE color: 678916.

HSL color Cylindrical-coordinate representation of color #045C0A: hue angle of 124.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C0A is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB49210-
CMYK0.9600.890.64
HSL124.09º91.67%18.82%-
HSV(B)124.09º95.65%36.08%-
XYZ3.937.71.57-
YUV56.34101.8590.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 92 (36.33% from 255) = 86.79%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=3.77%
G=86.79%
B=9.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492100.9600.890.64124.0991.6718.82
Hex45CA60059407c5c13
Octal413412140013110017413423
Binary1001011100101011000000101100110000001111100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045C0A; }

 p { color: rgb(4,92,10); }

 H1.HeaderClassName
 {
   color: #045C0A;
 }
 .AnyTagClassName
 {
   color: #045C0A;
 }
</style>
background-color css

<style>
 a { background-color: #045C0A; }

 a { background-color: rgb(4,92,10); }

 div.DivClassName
 {
   background-color: #045C0A;
 }
 .BgClassName
 {
   background-color: #045C0A;
 }
</style>
border-color css

<style>
 span { border-color: #045C0A; }

 span { border-color: rgb(4,92,10); }

 td.TdClassName
 {
   border-color: #045C0A;
 }
 .TagClassName
 {
   border-color: #045C0A;
 }
</style>