#05311C

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

Shades of Dark Green #05311C

Tints of Dark Green #05311C

Color information

#05311C (or 0x05311C) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 1C. RGB value is (5,49,28). Sum of RGB (Red+Green+Blue) = 5+49+28=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #05311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311C is #FACEE3. Grayscale: #212121. Windows color (decimal): -16436964 or 1847557. OLE color: 1847557.

HSL color Cylindrical-coordinate representation of color #05311C: hue angle of 151.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05311C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB54928-
CMYK0.9000.430.81
HSL151.36º81.48%10.59%-
HSV(B)151.36º89.8%19.22%-
XYZ1.372.311.47-
YUV33.45124.92107.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=6.10%
G=59.76%
B=34.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549280.9000.430.81151.3681.4810.59
Hex5311C5A02B519751b
Octal5613413205312122712113
Binary101110001111001011010010101110100011001011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05311C; }

 p { color: rgb(5,49,28); }

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

<style>
 a { background-color: #05311C; }

 a { background-color: rgb(5,49,28); }

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

<style>
 span { border-color: #05311C; }

 span { border-color: rgb(5,49,28); }

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