#05811A

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

Shades of Green #05811A

Tints of Green #05811A

Color information

#05811A (or 0x05811A) is unknown color: approx Green. HEX triplet: 05, 81 and 1A. RGB value is (5,129,26). Sum of RGB (Red+Green+Blue) = 5+129+26=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 129 (50.78% from 255 or 80.62% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 129 - color contains mainly: green. Hex color #05811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811A is #FA7EE5. Grayscale: #505050. Windows color (decimal): -16416486 or 1736965. OLE color: 1736965.

HSL color Cylindrical-coordinate representation of color #05811A: hue angle of 130.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05811A is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB512926-
CMYK0.9600.800.49
HSL130.16º92.54%26.27%-
HSV(B)130.16º96.12%50.59%-
XYZ8.115.813.6-
YUV80.1897.4274.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 129 (50.78% from 255) = 80.62%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=3.12%
G=80.62%
B=16.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129260.9600.800.49130.1692.5426.27
Hex5811A6005031825d1a
Octal52013214001206120213532
Binary101100000011101011000000101000011000110000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05811A; }

 p { color: rgb(5,129,26); }

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

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

 a { background-color: rgb(5,129,26); }

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

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

 span { border-color: rgb(5,129,26); }

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