#05630A

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

Shades of Green #05630A

Tints of Green #05630A

Color information

#05630A (or 0x05630A) is unknown color: approx Green. HEX triplet: 05, 63 and 0A. RGB value is (5,99,10). Sum of RGB (Red+Green+Blue) = 5+99+10=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 99 (39.06% from 255 or 86.84% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 99 - color contains mainly: green. Hex color #05630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05630A is #FA9CF5. Grayscale: #3D3D3D. Windows color (decimal): -16424182 or 680709. OLE color: 680709.

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

Color convert

RGB59910-
CMYK0.9500.900.61
HSL123.19º90.38%20.39%-
HSV(B)123.19º94.95%38.82%-
XYZ4.588.981.78-
YUV60.7599.3688.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 99 (39.06% from 255) = 86.84%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=4.39%
G=86.84%
B=8.77%

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
Decimal599100.9500.900.61123.1990.3820.39
Hex563A5F05A3D7b5a14
Octal51431213701327517313224
Binary101110001110101011111010110101111011111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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