#055C08

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

Shades of Green #055C08

Tints of Green #055C08

Color information

#055C08 (or 0x055C08) is unknown color: approx Green. HEX triplet: 05, 5C and 08. RGB value is (5,92,8). Sum of RGB (Red+Green+Blue) = 5+92+8=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 92 (36.33% from 255 or 87.62% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 92 - color contains mainly: green. Hex color #055C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C08 is #FAA3F7. Grayscale: #383838. Windows color (decimal): -16425976 or 547845. OLE color: 547845.

HSL color Cylindrical-coordinate representation of color #055C08: hue angle of 122.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C08 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB5928-
CMYK0.9500.910.64
HSL122.07º89.69%19.02%-
HSV(B)122.07º94.57%36.08%-
XYZ3.937.71.51-
YUV56.41100.6891.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 92 (36.33% from 255) = 87.62%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=4.76%
G=87.62%
B=7.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal59280.9500.910.64122.0789.6919.02
Hex55C85F05B407a5a13
Octal513410137013310017213223
Binary1011011100100010111110101101110000001111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055C08; }

 p { color: rgb(5,92,8); }

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

<style>
 a { background-color: #055C08; }

 a { background-color: rgb(5,92,8); }

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

<style>
 span { border-color: #055C08; }

 span { border-color: rgb(5,92,8); }

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