#055B0D

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

Shades of Green #055B0D

Tints of Green #055B0D

Color information

#055B0D (or 0x055B0D) is unknown color: approx Green. HEX triplet: 05, 5B and 0D. RGB value is (5,91,13). Sum of RGB (Red+Green+Blue) = 5+91+13=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #055B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B0D is #FAA4F2. Grayscale: #383838. Windows color (decimal): -16426227 or 875269. OLE color: 875269.

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

Color convert

RGB59113-
CMYK0.9500.860.64
HSL125.58º89.58%18.82%-
HSV(B)125.58º94.51%35.69%-
XYZ3.887.541.63-
YUV56.39103.5191.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 91 (35.94% from 255) = 83.49%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=4.59%
G=83.49%
B=11.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591130.9500.860.64125.5889.5818.82
Hex55BD5F056407e5a13
Octal513315137012610017613223
Binary1011011011110110111110101011010000001111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,91,13); }

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

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

 a { background-color: rgb(5,91,13); }

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

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

 span { border-color: rgb(5,91,13); }

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