#05640A

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

Shades of Green #05640A

Tints of Green #05640A

Color information

#05640A (or 0x05640A) is unknown color: approx Green. HEX triplet: 05, 64 and 0A. RGB value is (5,100,10). Sum of RGB (Red+Green+Blue) = 5+100+10=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #05640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05640A is #FA9BF5. Grayscale: #3D3D3D. Windows color (decimal): -16423926 or 680965. OLE color: 680965.

HSL color Cylindrical-coordinate representation of color #05640A: hue angle of 123.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05640A is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB510010-
CMYK0.9500.900.61
HSL123.16º90.48%20.59%-
HSV(B)123.16º95%39.22%-
XYZ4.679.171.81-
YUV61.3399.0387.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 100 (39.45% from 255) = 86.96%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=4.35%
G=86.96%
B=8.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100100.9500.900.61123.1690.4820.59
Hex564A5F05A3D7b5a15
Octal51441213701327517313225
Binary101110010010101011111010110101111011111011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,100,10); }

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

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

 a { background-color: rgb(5,100,10); }

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

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

 span { border-color: rgb(5,100,10); }

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