Html Css Color HEX #063016 Dark Green

📋 copy color: '#063016'

red 6 ◦ green 48 ◦ blue 22

#063016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #063016

Tints of Dark Green #063016

RGB

 RED value IS 6 (2.73% from 255) = 7.89%

 GREEN value IS 48 (19.14% from 255) = 63.16%

 BLUE value IS 22 (8.98% from 255) = 28.95%

R = 7.89%
G = 63.16%
B = 28.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#063016 (or 0x063016) is known color: Dark Green. HEX triplet: 06, 30 and 16. RGB value is (6,48,22). Sum of RGB (Red+Green+Blue) = 6+48+22=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #063016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063016 is #F9CFE9. Grayscale: #202020. Windows color (decimal): -16371690 or 1454086. OLE color: 1454086.

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

Color convert

RGB 6 48 22 -
CMYK 0.87 0 0.54 0.81
HSL 142.86º 0.78% 0.11% -
HSV(B) 142.86º 0.88% 0.19% -
XYZ 1.28 2.21 1.12 -
YUV 32.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 6 48 22 0.87 0 0.54 0.81 142.86 0.78 0.11
Hex 6 30 16 57 0 36 51 8F 4E B
Octal 6 60 26 127 0 66 121 217 116 13
Binary 110 110000 10110 1010111 0 110110 1010001 10001111 1001110 1011

Color Harmonies of #063016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063016

Black with #063016

Text Example


Text Example

White with #063016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063016; }

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

 H1.HeaderClassName
 {
   color: #063016;
 }
 .AnyTagClassName
 {
   color: #063016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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