Html Css Color HEX #134020 Deep Fir

📋 copy color: '#134020'

red 19 ◦ green 64 ◦ blue 32

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

Shades of Deep Fir #134020

Tints of Deep Fir #134020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 16.52%
G = 55.65%
B = 27.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#134020 (or 0x134020) is known color: Deep Fir. HEX triplet: 13, 40 and 20. RGB value is (19,64,32). Sum of RGB (Red+Green+Blue) = 19+64+32=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #134020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134020 is #ECBFDF. Grayscale: #2E2E2E. Windows color (decimal): -15515616 or 2113555. OLE color: 2113555.

HSL color Cylindrical-coordinate representation of color #134020: hue angle of 137.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134020 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 32 -
CMYK 0.70 0 0.50 0.75
HSL 137.33º 0.54% 0.16% -
HSV(B) 137.33º 0.7% 0.25% -
XYZ 2.36 3.91 2 -
YUV 46.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 19 64 32 0.70 0 0.50 0.75 137.33 0.54 0.16
Hex 13 40 20 46 0 32 4B 89 36 10
Octal 23 100 40 106 0 62 113 211 66 20
Binary 10011 1000000 100000 1000110 0 110010 1001011 10001001 110110 10000

Color Harmonies of #134020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134020

Black with #134020

Text Example


Text Example

White with #134020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134020; }

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

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

background-color css

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

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

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

border-color css

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

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

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