Html Css Color HEX #132507 Pine Tree

📋 copy color: '#132507'

red 19 ◦ green 37 ◦ blue 7

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

Shades of Pine Tree #132507

Tints of Pine Tree #132507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 58.73%

 BLUE value IS 7 (3.13% from 255) = 11.11%

R = 30.16%
G = 58.73%
B = 11.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#132507 (or 0x132507) is known color: Pine Tree. HEX triplet: 13, 25 and 07. RGB value is (19,37,7). Sum of RGB (Red+Green+Blue) = 19+37+7=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #132507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132507 is #ECDAF8. Grayscale: #1C1C1C. Windows color (decimal): -15522553 or 468243. OLE color: 468243.

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

Color convert

RGB 19 37 7 -
CMYK 0.49 0 0.81 0.85
HSL 96º 0.68% 0.09% -
HSV(B) 96º 0.81% 0.15% -
XYZ 0.97 1.48 0.44 -
YUV 28.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 19 37 7 0.49 0 0.81 0.85 96 0.68 0.09
Hex 13 25 7 31 0 51 55 60 44 9
Octal 23 45 7 61 0 121 125 140 104 11
Binary 10011 100101 111 110001 0 1010001 1010101 1100000 1000100 1001

Color Harmonies of #132507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132507

Black with #132507

Text Example


Text Example

White with #132507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132507; }

 p { color: rgb(19,37,7); }

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

background-color css

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

 a { background-color: rgb(19,37,7); }

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

border-color css

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

 span { border-color: rgb(19,37,7); }

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