Html Css Color HEX #163006 Pine Tree

📋 copy color: '#163006'

red 22 ◦ green 48 ◦ blue 6

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

Shades of Pine Tree #163006

Tints of Pine Tree #163006

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

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

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

Color convert

RGB 22 48 6 -
CMYK 0.54 0 0.87 0.81
HSL 97.14º 0.78% 0.11% -
HSV(B) 97.14º 0.88% 0.19% -
XYZ 1.42 2.3 0.54 -
YUV 35.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 22 48 6 0.54 0 0.87 0.81 97.14 0.78 0.11
Hex 16 30 6 36 0 57 51 61 4E B
Octal 26 60 6 66 0 127 121 141 116 13
Binary 10110 110000 110 110110 0 1010111 1010001 1100001 1001110 1011

Color Harmonies of #163006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163006

Black with #163006

Text Example


Text Example

White with #163006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163006; }

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

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

background-color css

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

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

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

border-color css

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

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

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