Html Css Color HEX #134620 Deep Fir

📋 copy color: '#134620'

red 19 ◦ green 70 ◦ blue 32

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

Shades of Deep Fir #134620

Tints of Deep Fir #134620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 57.85%

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

R = 15.7%
G = 57.85%
B = 26.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#134620 (or 0x134620) is known color: Deep Fir. HEX triplet: 13, 46 and 20. RGB value is (19,70,32). Sum of RGB (Red+Green+Blue) = 19+70+32=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #134620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134620 is #ECB9DF. Grayscale: #323232. Windows color (decimal): -15514080 or 2115091. OLE color: 2115091.

HSL color Cylindrical-coordinate representation of color #134620: hue angle of 135.29º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134620 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 32 -
CMYK 0.73 0 0.54 0.73
HSL 135.29º 0.57% 0.17% -
HSV(B) 135.29º 0.73% 0.27% -
XYZ 2.72 4.62 2.12 -
YUV 50.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 19 70 32 0.73 0 0.54 0.73 135.29 0.57 0.17
Hex 13 46 20 49 0 36 49 87 39 11
Octal 23 106 40 111 0 66 111 207 71 21
Binary 10011 1000110 100000 1001001 0 110110 1001001 10000111 111001 10001

Color Harmonies of #134620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134620

Black with #134620

Text Example


Text Example

White with #134620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134620; }

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

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

background-color css

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

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

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

border-color css

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

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

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