#05880B

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

Shades of Green #05880B

Tints of Green #05880B

Color information

#05880B (or 0x05880B) is unknown color: approx Green. HEX triplet: 05, 88 and 0B. RGB value is (5,136,11). Sum of RGB (Red+Green+Blue) = 5+136+11=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 136 (53.52% from 255 or 89.47% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 136 - color contains mainly: green. Hex color #05880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05880B is #FA77F4. Grayscale: #525252. Windows color (decimal): -16414709 or 755717. OLE color: 755717.

HSL color Cylindrical-coordinate representation of color #05880B: hue angle of 122.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05880B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB513611-
CMYK0.9600.920.47
HSL122.75º92.91%27.65%-
HSV(B)122.75º96.32%53.33%-
XYZ8.9317.663.26-
YUV82.5887.672.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 136 (53.52% from 255) = 89.47%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=3.29%
G=89.47%
B=7.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136110.9600.920.47122.7592.9127.65
Hex588B6005C2F7b5d1c
Octal52101314001345717313534
Binary1011000100010111100000010111001011111111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05880B; }

 p { color: rgb(5,136,11); }

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

<style>
 a { background-color: #05880B; }

 a { background-color: rgb(5,136,11); }

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

<style>
 span { border-color: #05880B; }

 span { border-color: rgb(5,136,11); }

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