#06321E

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

Shades of Dark Green #06321E

Tints of Dark Green #06321E

Color information

#06321E (or 0x06321E) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 1E. RGB value is (6,50,30). Sum of RGB (Red+Green+Blue) = 6+50+30=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #06321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06321E is #F9CDE1. Grayscale: #222222. Windows color (decimal): -16371170 or 1978886. OLE color: 1978886.

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

Color convert

RGB65030-
CMYK0.8800.400.80
HSL152.73º78.57%10.98%-
HSV(B)152.73º88%19.61%-
XYZ1.452.411.62-
YUV34.56125.42107.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 50 (19.92% from 255) = 58.14%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=6.98%
G=58.14%
B=34.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650300.8800.400.80152.7378.5710.98
Hex6321E5802850994fb
Octal6623613005012023111713
Binary110110010111101011000010100010100001001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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