Html Css Color HEX #063D16 Deep Fir

📋 copy color: '#063D16'

red 6 ◦ green 61 ◦ blue 22

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

Shades of Deep Fir #063D16

Tints of Deep Fir #063D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 68.54%

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

R = 6.74%
G = 68.54%
B = 24.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.76

RGB Variations

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

Color information

#063D16 (or 0x063D16) is known color: Deep Fir. HEX triplet: 06, 3D and 16. RGB value is (6,61,22). Sum of RGB (Red+Green+Blue) = 6+61+22=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #063D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D16 is #F9C2E9. Grayscale: #282828. Windows color (decimal): -16368362 or 1457414. OLE color: 1457414.

HSL color Cylindrical-coordinate representation of color #063D16: hue angle of 137.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D16 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 61 22 -
CMYK 0.90 0 0.64 0.76
HSL 137.45º 0.82% 0.13% -
HSV(B) 137.45º 0.9% 0.24% -
XYZ 1.89 3.43 1.32 -
YUV 40.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 6 61 22 0.90 0 0.64 0.76 137.45 0.82 0.13
Hex 6 3D 16 5A 0 40 4C 89 52 D
Octal 6 75 26 132 0 100 114 211 122 15
Binary 110 111101 10110 1011010 0 1000000 1001100 10001001 1010010 1101

Color Harmonies of #063D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D16

Black with #063D16

Text Example


Text Example

White with #063D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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