Html Css Color HEX #134D20 Deep Fir

📋 copy color: '#134D20'

red 19 ◦ green 77 ◦ blue 32

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

Shades of Deep Fir #134D20

Tints of Deep Fir #134D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 60.16%

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

R = 14.84%
G = 60.16%
B = 25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#134D20 (or 0x134D20) is known color: Deep Fir. HEX triplet: 13, 4D and 20. RGB value is (19,77,32). Sum of RGB (Red+Green+Blue) = 19+77+32=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #134D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D20 is #ECB2DF. Grayscale: #363636. Windows color (decimal): -15512288 or 2116883. OLE color: 2116883.

HSL color Cylindrical-coordinate representation of color #134D20: hue angle of 133.45º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D20 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 32 -
CMYK 0.75 0 0.58 0.70
HSL 133.45º 0.6% 0.19% -
HSV(B) 133.45º 0.75% 0.3% -
XYZ 3.18 5.55 2.27 -
YUV 54.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 19 77 32 0.75 0 0.58 0.70 133.45 0.6 0.19
Hex 13 4D 20 4B 0 3A 46 85 3C 13
Octal 23 115 40 113 0 72 106 205 74 23
Binary 10011 1001101 100000 1001011 0 111010 1000110 10000101 111100 10011

Color Harmonies of #134D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D20

Black with #134D20

Text Example


Text Example

White with #134D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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