Html Css Color HEX #134B20 Deep Fir

📋 copy color: '#134B20'

red 19 ◦ green 75 ◦ blue 32

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

Shades of Deep Fir #134B20

Tints of Deep Fir #134B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 59.52%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 15.08%
G = 59.52%
B = 25.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#134B20 (or 0x134B20) is known color: Deep Fir. HEX triplet: 13, 4B and 20. RGB value is (19,75,32). Sum of RGB (Red+Green+Blue) = 19+75+32=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #134B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B20 is #ECB4DF. Grayscale: #353535. Windows color (decimal): -15512800 or 2116371. OLE color: 2116371.

HSL color Cylindrical-coordinate representation of color #134B20: hue angle of 133.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B20 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 32 -
CMYK 0.75 0 0.57 0.71
HSL 133.93º 0.6% 0.18% -
HSV(B) 133.93º 0.75% 0.29% -
XYZ 3.05 5.27 2.22 -
YUV 53.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 19 75 32 0.75 0 0.57 0.71 133.93 0.6 0.18
Hex 13 4B 20 4B 0 39 47 86 3C 12
Octal 23 113 40 113 0 71 107 206 74 22
Binary 10011 1001011 100000 1001011 0 111001 1000111 10000110 111100 10010

Color Harmonies of #134B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B20

Black with #134B20

Text Example


Text Example

White with #134B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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