Html Css Color HEX #112604 Pine Tree

📋 copy color: '#112604'

red 17 ◦ green 38 ◦ blue 4

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

Shades of Pine Tree #112604

Tints of Pine Tree #112604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.78%

R = 28.81%
G = 64.41%
B = 6.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#112604 (or 0x112604) is known color: Pine Tree. HEX triplet: 11, 26 and 04. RGB value is (17,38,4). Sum of RGB (Red+Green+Blue) = 17+38+4=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #112604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112604 is #EED9FB. Grayscale: #1B1B1B. Windows color (decimal): -15653372 or 271889. OLE color: 271889.

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

Color convert

RGB 17 38 4 -
CMYK 0.55 0 0.89 0.85
HSL 97.06º 0.81% 0.08% -
HSV(B) 97.06º 0.89% 0.15% -
XYZ 0.95 1.51 0.36 -
YUV 27.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 17 38 4 0.55 0 0.89 0.85 97.06 0.81 0.08
Hex 11 26 4 37 0 59 55 61 51 8
Octal 21 46 4 67 0 131 125 141 121 10
Binary 10001 100110 100 110111 0 1011001 1010101 1100001 1010001 1000

Color Harmonies of #112604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112604

Black with #112604

Text Example


Text Example

White with #112604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112604; }

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

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

background-color css

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

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

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

border-color css

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

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

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