#06331F

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

Shades of Dark Green #06331F

Tints of Dark Green #06331F

Color information

#06331F (or 0x06331F) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 1F. RGB value is (6,51,31). Sum of RGB (Red+Green+Blue) = 6+51+31=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #06331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06331F is #F9CCE0. Grayscale: #232323. Windows color (decimal): -16370913 or 2044678. OLE color: 2044678.

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

Color convert

RGB65131-
CMYK0.8800.390.8
HSL153.33º78.95%11.18%-
HSV(B)153.33º88.24%20%-
XYZ1.512.511.7-
YUV35.26125.59107.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=6.82%
G=57.95%
B=35.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651310.8800.390.8153.3378.9511.18
Hex6331F5802750994fb
Octal6633713004712023111713
Binary110110011111111011000010011110100001001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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