Html Css Color HEX #112606 Pine Tree

📋 copy color: '#112606'

red 17 ◦ green 38 ◦ blue 6

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

Shades of Pine Tree #112606

Tints of Pine Tree #112606

RGB

 RED value IS 17 (7.03% from 255) = 27.87%

 GREEN value IS 38 (15.23% from 255) = 62.3%

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

R = 27.87%
G = 62.3%
B = 9.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#112606 (or 0x112606) is known color: Pine Tree. HEX triplet: 11, 26 and 06. RGB value is (17,38,6). Sum of RGB (Red+Green+Blue) = 17+38+6=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #112606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112606 is #EED9F9. Grayscale: #1C1C1C. Windows color (decimal): -15653370 or 402961. OLE color: 402961.

HSL color Cylindrical-coordinate representation of color #112606: hue angle of 99.38º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112606 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 6 -
CMYK 0.55 0 0.84 0.85
HSL 99.38º 0.73% 0.09% -
HSV(B) 99.38º 0.84% 0.15% -
XYZ 0.96 1.52 0.41 -
YUV 28.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 17 38 6 0.55 0 0.84 0.85 99.38 0.73 0.09
Hex 11 26 6 37 0 54 55 63 49 9
Octal 21 46 6 67 0 124 125 143 111 11
Binary 10001 100110 110 110111 0 1010100 1010101 1100011 1001001 1001

Color Harmonies of #112606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112606

Black with #112606

Text Example


Text Example

White with #112606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112606; }

 p { color: rgb(17,38,6); }

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

background-color css

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

 a { background-color: rgb(17,38,6); }

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

border-color css

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

 span { border-color: rgb(17,38,6); }

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