#05321E

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

Shades of Dark Green #05321E

Tints of Dark Green #05321E

Color information

#05321E (or 0x05321E) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 1E. RGB value is (5,50,30). Sum of RGB (Red+Green+Blue) = 5+50+30=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #05321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321E is #FACDE1. Grayscale: #222222. Windows color (decimal): -16436706 or 1978885. OLE color: 1978885.

HSL color Cylindrical-coordinate representation of color #05321E: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05321E is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB55030-
CMYK0.9000.400.80
HSL153.33º81.82%10.78%-
HSV(B)153.33º90%19.61%-
XYZ1.442.411.62-
YUV34.26125.59107.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=5.88%
G=58.82%
B=35.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550300.9000.400.80153.3381.8210.78
Hex5321E5A028509952b
Octal5623613205012023112213
Binary101110010111101011010010100010100001001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05321E; }

 p { color: rgb(5,50,30); }

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

<style>
 a { background-color: #05321E; }

 a { background-color: rgb(5,50,30); }

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

<style>
 span { border-color: #05321E; }

 span { border-color: rgb(5,50,30); }

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