#06321D

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

Shades of Dark Green #06321D

Tints of Dark Green #06321D

Color information

#06321D (or 0x06321D) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 1D. RGB value is (6,50,29). Sum of RGB (Red+Green+Blue) = 6+50+29=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #06321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06321D is #F9CDE2. Grayscale: #222222. Windows color (decimal): -16371171 or 1913350. OLE color: 1913350.

HSL color Cylindrical-coordinate representation of color #06321D: hue angle of 151.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06321D is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB65029-
CMYK0.8800.420.80
HSL151.36º78.57%10.98%-
HSV(B)151.36º88%19.61%-
XYZ1.442.411.55-
YUV34.45124.92107.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=7.06%
G=58.82%
B=34.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650290.8800.420.80151.3678.5710.98
Hex6321D5802A50974fb
Octal6623513005212022711713
Binary110110010111011011000010101010100001001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06321D; }

 p { color: rgb(6,50,29); }

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

<style>
 a { background-color: #06321D; }

 a { background-color: rgb(6,50,29); }

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

<style>
 span { border-color: #06321D; }

 span { border-color: rgb(6,50,29); }

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