#05841A

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

Shades of Green #05841A

Tints of Green #05841A

Color information

#05841A (or 0x05841A) is unknown color: approx Green. HEX triplet: 05, 84 and 1A. RGB value is (5,132,26). Sum of RGB (Red+Green+Blue) = 5+132+26=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 132 (51.95% from 255 or 80.98% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 132 - color contains mainly: green. Hex color #05841A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05841A is #FA7BE5. Grayscale: #525252. Windows color (decimal): -16415718 or 1737733. OLE color: 1737733.

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

Color convert

RGB513226-
CMYK0.9600.800.48
HSL129.92º92.7%26.86%-
HSV(B)129.92º96.21%51.76%-
XYZ8.516.613.74-
YUV81.9496.4273.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 132 (51.95% from 255) = 80.98%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=3.07%
G=80.98%
B=15.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132260.9600.800.48129.9292.726.86
Hex5841A6005030825d1b
Octal52043214001206020213533
Binary101100001001101011000000101000011000010000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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