#063020

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

Shades of Dark Green #063020

Tints of Dark Green #063020

Color information

#063020 (or 0x063020) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 20. RGB value is (6,48,32). Sum of RGB (Red+Green+Blue) = 6+48+32=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #063020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063020 is #F9CFDF. Grayscale: #212121. Windows color (decimal): -16371680 or 2109446. OLE color: 2109446.

HSL color Cylindrical-coordinate representation of color #063020: hue angle of 157.14º 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 #063020 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB64832-
CMYK0.8700.330.81
HSL157.14º77.78%10.59%-
HSV(B)157.14º87.5%18.82%-
XYZ1.392.261.73-
YUV33.62127.09108.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=6.98%
G=55.81%
B=37.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648320.8700.330.81157.1477.7810.59
Hex6302057021519d4eb
Octal6604012704112123511613
Binary1101100001000001010111010000110100011001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063020; }

 p { color: rgb(6,48,32); }

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

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

 a { background-color: rgb(6,48,32); }

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

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

 span { border-color: rgb(6,48,32); }

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