#05311F

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

Shades of Dark Green #05311F

Tints of Dark Green #05311F

Color information

#05311F (or 0x05311F) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 1F. RGB value is (5,49,31). Sum of RGB (Red+Green+Blue) = 5+49+31=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #05311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311F is #FACEE0. Grayscale: #212121. Windows color (decimal): -16436961 or 2044165. OLE color: 2044165.

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

Color convert

RGB54931-
CMYK0.9000.370.81
HSL155.45º81.48%10.59%-
HSV(B)155.45º89.8%19.22%-
XYZ1.412.331.67-
YUV33.79126.42107.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 49 (19.53% from 255) = 57.65%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=5.88%
G=57.65%
B=36.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549310.9000.370.81155.4581.4810.59
Hex5311F5A025519b51b
Octal5613713204512123312113
Binary101110001111111011010010010110100011001101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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