Html Css Color HEX #163106 Pine Tree

📋 copy color: '#163106'

red 22 ◦ green 49 ◦ blue 6

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

Shades of Pine Tree #163106

Tints of Pine Tree #163106

RGB

 RED value IS 22 (8.98% from 255) = 28.57%

 GREEN value IS 49 (19.53% from 255) = 63.64%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 28.57%
G = 63.64%
B = 7.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#163106 (or 0x163106) is known color: Pine Tree. HEX triplet: 16, 31 and 06. RGB value is (22,49,6). Sum of RGB (Red+Green+Blue) = 22+49+6=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #163106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163106 is #E9CEF9. Grayscale: #242424. Windows color (decimal): -15322874 or 405782. OLE color: 405782.

HSL color Cylindrical-coordinate representation of color #163106: hue angle of 97.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 #163106 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 49 6 -
CMYK 0.55 0 0.88 0.81
HSL 97.67º 0.78% 0.11% -
HSV(B) 97.67º 0.88% 0.19% -
XYZ 1.46 2.38 0.55 -
YUV 36.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 22 49 6 0.55 0 0.88 0.81 97.67 0.78 0.11
Hex 16 31 6 37 0 58 51 62 4E B
Octal 26 61 6 67 0 130 121 142 116 13
Binary 10110 110001 110 110111 0 1011000 1010001 1100010 1001110 1011

Color Harmonies of #163106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163106

Black with #163106

Text Example


Text Example

White with #163106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163106; }

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

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

background-color css

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

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

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

border-color css

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

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

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