#05321F

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

Shades of Dark Green #05321F

Tints of Dark Green #05321F

Color information

#05321F (or 0x05321F) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 1F. RGB value is (5,50,31). Sum of RGB (Red+Green+Blue) = 5+50+31=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #05321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321F is #FACDE0. Grayscale: #222222. Windows color (decimal): -16436705 or 2044421. OLE color: 2044421.

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

Color convert

RGB55031-
CMYK0.9000.380.80
HSL154.67º81.82%10.78%-
HSV(B)154.67º90%19.61%-
XYZ1.452.411.69-
YUV34.38126.09107.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 50 (19.92% from 255) = 58.14%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=5.81%
G=58.14%
B=36.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550310.9000.380.80154.6781.8210.78
Hex5321F5A026509b52b
Octal5623713204612023312213
Binary101110010111111011010010011010100001001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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