#05311A

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

Shades of Dark Green #05311A

Tints of Dark Green #05311A

Color information

#05311A (or 0x05311A) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 1A. RGB value is (5,49,26). Sum of RGB (Red+Green+Blue) = 5+49+26=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #05311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311A is #FACEE5. Grayscale: #212121. Windows color (decimal): -16436966 or 1716485. OLE color: 1716485.

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

Color convert

RGB54926-
CMYK0.9000.470.81
HSL148.64º81.48%10.59%-
HSV(B)148.64º89.8%19.22%-
XYZ1.352.31.35-
YUV33.22123.92107.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 49 (19.53% from 255) = 61.25%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=6.25%
G=61.25%
B=32.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549260.9000.470.81148.6481.4810.59
Hex5311A5A02F519551b
Octal5613213205712122512113
Binary101110001110101011010010111110100011001010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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