#06321F

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

Shades of Dark Green #06321F

Tints of Dark Green #06321F

Color information

#06321F (or 0x06321F) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 1F. RGB value is (6,50,31). Sum of RGB (Red+Green+Blue) = 6+50+31=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #06321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06321F is #F9CDE0. Grayscale: #222222. Windows color (decimal): -16371169 or 2044422. OLE color: 2044422.

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

Color convert

RGB65031-
CMYK0.8800.380.80
HSL154.09º78.57%10.98%-
HSV(B)154.09º88%19.61%-
XYZ1.462.421.69-
YUV34.68125.92107.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=6.90%
G=57.47%
B=35.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650310.8800.380.80154.0978.5710.98
Hex6321F58026509a4fb
Octal6623713004612023211713
Binary110110010111111011000010011010100001001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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