#05311B

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

Shades of Dark Green #05311B

Tints of Dark Green #05311B

Color information

#05311B (or 0x05311B) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 1B. RGB value is (5,49,27). Sum of RGB (Red+Green+Blue) = 5+49+27=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #05311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311B is #FACEE4. Grayscale: #212121. Windows color (decimal): -16436965 or 1782021. OLE color: 1782021.

HSL color Cylindrical-coordinate representation of color #05311B: hue angle of 150º 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 #05311B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB54927-
CMYK0.9000.450.81
HSL150º81.48%10.59%-
HSV(B)150º89.8%19.22%-
XYZ1.362.311.41-
YUV33.34124.42107.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 49 (19.53% from 255) = 60.49%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=6.17%
G=60.49%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549270.9000.450.8115081.4810.59
Hex5311B5A02D519651b
Octal5613313205512122612113
Binary101110001110111011010010110110100011001011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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