Html Css Color HEX #132004 Pine Tree

📋 copy color: '#132004'

red 19 ◦ green 32 ◦ blue 4

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

Shades of Pine Tree #132004

Tints of Pine Tree #132004

RGB

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

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

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

R = 34.55%
G = 58.18%
B = 7.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#132004 (or 0x132004) is known color: Pine Tree. HEX triplet: 13, 20 and 04. RGB value is (19,32,4). Sum of RGB (Red+Green+Blue) = 19+32+4=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #132004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132004 is #ECDFFB. Grayscale: #191919. Windows color (decimal): -15523836 or 270355. OLE color: 270355.

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

Color convert

RGB 19 32 4 -
CMYK 0.41 0 0.87 0.87
HSL 87.86º 0.78% 0.07% -
HSV(B) 87.86º 0.88% 0.13% -
XYZ 0.81 1.18 0.3 -
YUV 24.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 19 32 4 0.41 0 0.87 0.87 87.86 0.78 0.07
Hex 13 20 4 29 0 57 57 58 4E 7
Octal 23 40 4 51 0 127 127 130 116 7
Binary 10011 100000 100 101001 0 1010111 1010111 1011000 1001110 111

Color Harmonies of #132004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132004

Black with #132004

Text Example


Text Example

White with #132004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132004; }

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

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

background-color css

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

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

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

border-color css

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

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

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