#055C0F

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

Shades of Green #055C0F

Tints of Green #055C0F

Color information

#055C0F (or 0x055C0F) is unknown color: approx Green. HEX triplet: 05, 5C and 0F. RGB value is (5,92,15). Sum of RGB (Red+Green+Blue) = 5+92+15=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #055C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C0F is #FAA3F0. Grayscale: #393939. Windows color (decimal): -16425969 or 1006597. OLE color: 1006597.

HSL color Cylindrical-coordinate representation of color #055C0F: hue angle of 126.9º 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 #055C0F is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB59215-
CMYK0.9500.840.64
HSL126.9º89.69%19.02%-
HSV(B)126.9º94.57%36.08%-
XYZ3.987.721.73-
YUV57.21104.1890.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 92 (36.33% from 255) = 82.14%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=4.46%
G=82.14%
B=13.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592150.9500.840.64126.989.6919.02
Hex55CF5F054407f5a13
Octal513417137012410017713223
Binary1011011100111110111110101010010000001111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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