#063121

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

Shades of Dark Green #063121

Tints of Dark Green #063121

Color information

#063121 (or 0x063121) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 21. RGB value is (6,49,33). Sum of RGB (Red+Green+Blue) = 6+49+33=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #063121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063121 is #F9CEDE. Grayscale: #222222. Windows color (decimal): -16371423 or 2175238. OLE color: 2175238.

HSL color Cylindrical-coordinate representation of color #063121: hue angle of 157.67º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063121 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB64933-
CMYK0.8800.330.81
HSL157.67º78.18%10.78%-
HSV(B)157.67º87.76%19.22%-
XYZ1.452.351.82-
YUV34.32127.25107.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=6.82%
G=55.68%
B=37.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649330.8800.330.81157.6778.1810.78
Hex6312158021519e4eb
Octal6614113004112123611613
Binary1101100011000011011000010000110100011001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063121; }

 p { color: rgb(6,49,33); }

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

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

 a { background-color: rgb(6,49,33); }

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

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

 span { border-color: rgb(6,49,33); }

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