Html Css Color HEX #134820 Deep Fir

📋 copy color: '#134820'

red 19 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #134820

Tints of Deep Fir #134820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 15.45%
G = 58.54%
B = 26.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#134820 (or 0x134820) is known color: Deep Fir. HEX triplet: 13, 48 and 20. RGB value is (19,72,32). Sum of RGB (Red+Green+Blue) = 19+72+32=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #134820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134820 is #ECB7DF. Grayscale: #333333. Windows color (decimal): -15513568 or 2115603. OLE color: 2115603.

HSL color Cylindrical-coordinate representation of color #134820: hue angle of 134.72º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134820 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 32 -
CMYK 0.74 0 0.56 0.72
HSL 134.72º 0.58% 0.18% -
HSV(B) 134.72º 0.74% 0.28% -
XYZ 2.85 4.88 2.16 -
YUV 51.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 19 72 32 0.74 0 0.56 0.72 134.72 0.58 0.18
Hex 13 48 20 4A 0 38 48 87 3A 12
Octal 23 110 40 112 0 70 110 207 72 22
Binary 10011 1001000 100000 1001010 0 111000 1001000 10000111 111010 10010

Color Harmonies of #134820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134820

Black with #134820

Text Example


Text Example

White with #134820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134820; }

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

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

background-color css

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

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

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

border-color css

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

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

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