#045C0C

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

Shades of Green #045C0C

Tints of Green #045C0C

Color information

#045C0C (or 0x045C0C) is unknown color: approx Green. HEX triplet: 04, 5C and 0C. RGB value is (4,92,12). Sum of RGB (Red+Green+Blue) = 4+92+12=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 92 (36.33% from 255 or 85.19% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 92 - color contains mainly: green. Hex color #045C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C0C is #FBA3F3. Grayscale: #383838. Windows color (decimal): -16491508 or 809988. OLE color: 809988.

HSL color Cylindrical-coordinate representation of color #045C0C: hue angle of 125.45º 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 #045C0C is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB49212-
CMYK0.9600.870.64
HSL125.45º91.67%18.82%-
HSV(B)125.45º95.65%36.08%-
XYZ3.947.711.63-
YUV56.57102.8590.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 92 (36.33% from 255) = 85.19%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=3.70%
G=85.19%
B=11.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492120.9600.870.64125.4591.6718.82
Hex45CC60057407d5c13
Octal413414140012710017513423
Binary1001011100110011000000101011110000001111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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