Html Css Color HEX #132009 Pine Tree

📋 copy color: '#132009'

red 19 ◦ green 32 ◦ blue 9

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

Shades of Pine Tree #132009

Tints of Pine Tree #132009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 53.33%

 BLUE value IS 9 (3.91% from 255) = 15%

R = 31.67%
G = 53.33%
B = 15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#132009 (or 0x132009) is known color: Pine Tree. HEX triplet: 13, 20 and 09. RGB value is (19,32,9). Sum of RGB (Red+Green+Blue) = 19+32+9=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #132009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132009 is #ECDFF6. Grayscale: #191919. Windows color (decimal): -15523831 or 598035. OLE color: 598035.

HSL color Cylindrical-coordinate representation of color #132009: hue angle of 93.91º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132009 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 9 -
CMYK 0.41 0 0.72 0.87
HSL 93.91º 0.56% 0.08% -
HSV(B) 93.91º 0.72% 0.13% -
XYZ 0.83 1.19 0.44 -
YUV 25.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 19 32 9 0.41 0 0.72 0.87 93.91 0.56 0.08
Hex 13 20 9 29 0 48 57 5E 38 8
Octal 23 40 11 51 0 110 127 136 70 10
Binary 10011 100000 1001 101001 0 1001000 1010111 1011110 111000 1000

Color Harmonies of #132009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132009

Black with #132009

Text Example


Text Example

White with #132009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132009; }

 p { color: rgb(19,32,9); }

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

background-color css

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

 a { background-color: rgb(19,32,9); }

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

border-color css

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

 span { border-color: rgb(19,32,9); }

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