Html Css Color HEX #132606 Pine Tree

📋 copy color: '#132606'

red 19 ◦ green 38 ◦ blue 6

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

Shades of Pine Tree #132606

Tints of Pine Tree #132606

RGB

 RED value IS 19 (7.81% from 255) = 30.16%

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

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

R = 30.16%
G = 60.32%
B = 9.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#132606 (or 0x132606) is known color: Pine Tree. HEX triplet: 13, 26 and 06. RGB value is (19,38,6). Sum of RGB (Red+Green+Blue) = 19+38+6=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #132606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132606 is #ECD9F9. Grayscale: #1C1C1C. Windows color (decimal): -15522298 or 402963. OLE color: 402963.

HSL color Cylindrical-coordinate representation of color #132606: hue angle of 95.62º 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 #132606 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 6 -
CMYK 0.50 0 0.84 0.85
HSL 95.63º 0.73% 0.09% -
HSV(B) 95.63º 0.84% 0.15% -
XYZ 0.99 1.54 0.42 -
YUV 28.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 19 38 6 0.50 0 0.84 0.85 95.63 0.73 0.09
Hex 13 26 6 32 0 54 55 60 49 9
Octal 23 46 6 62 0 124 125 140 111 11
Binary 10011 100110 110 110010 0 1010100 1010101 1100000 1001001 1001

Color Harmonies of #132606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132606

Black with #132606

Text Example


Text Example

White with #132606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132606; }

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

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

background-color css

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

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

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

border-color css

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

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

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