#06321B

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

Shades of Dark Green #06321B

Tints of Dark Green #06321B

Color information

#06321B (or 0x06321B) is unknown color: approx Dark Green. HEX triplet: 06, 32 and 1B. RGB value is (6,50,27). Sum of RGB (Red+Green+Blue) = 6+50+27=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #06321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06321B is #F9CDE4. Grayscale: #222222. Windows color (decimal): -16371173 or 1782278. OLE color: 1782278.

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

Color convert

RGB65027-
CMYK0.8800.460.80
HSL148.64º78.57%10.98%-
HSV(B)148.64º88%19.61%-
XYZ1.412.41.43-
YUV34.22123.92107.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 50 (19.92% from 255) = 60.24%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=7.23%
G=60.24%
B=32.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650270.8800.460.80148.6478.5710.98
Hex6321B5802E50954fb
Octal6623313005612022511713
Binary110110010110111011000010111010100001001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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