#05620B

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

Shades of Green #05620B

Tints of Green #05620B

Color information

#05620B (or 0x05620B) is unknown color: approx Green. HEX triplet: 05, 62 and 0B. RGB value is (5,98,11). Sum of RGB (Red+Green+Blue) = 5+98+11=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #05620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05620B is #FA9DF4. Grayscale: #3C3C3C. Windows color (decimal): -16424437 or 745989. OLE color: 745989.

HSL color Cylindrical-coordinate representation of color #05620B: hue angle of 123.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05620B is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB59811-
CMYK0.9500.890.62
HSL123.87º90.29%20.2%-
HSV(B)123.87º94.9%38.43%-
XYZ4.498.791.78-
YUV60.27100.1988.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 98 (38.67% from 255) = 85.96%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=4.39%
G=85.96%
B=9.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598110.9500.890.62123.8790.2920.2
Hex562B5F0593E7c5a14
Octal51421313701317617413224
Binary101110001010111011111010110011111101111100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05620B; }

 p { color: rgb(5,98,11); }

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

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

 a { background-color: rgb(5,98,11); }

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

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

 span { border-color: rgb(5,98,11); }

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