#058812

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

Shades of Green #058812

Tints of Green #058812

Color information

#058812 (or 0x058812) is unknown color: approx Green. HEX triplet: 05, 88 and 12. RGB value is (5,136,18). Sum of RGB (Red+Green+Blue) = 5+136+18=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 136 (53.52% from 255 or 85.53% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 136 - color contains mainly: green. Hex color #058812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058812 is #FA77ED. Grayscale: #535353. Windows color (decimal): -16414702 or 1214469. OLE color: 1214469.

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

Color convert

RGB513618-
CMYK0.9600.870.47
HSL125.95º92.91%27.65%-
HSV(B)125.95º96.32%53.33%-
XYZ8.9817.683.51-
YUV83.3891.172.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 136 (53.52% from 255) = 85.53%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=3.14%
G=85.53%
B=11.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136180.9600.870.47125.9592.9127.65
Hex58812600572F7e5d1c
Octal52102214001275717613534
Binary10110001000100101100000010101111011111111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058812; }

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

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

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

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

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

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

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

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