Html Css Color HEX #134920 Deep Fir

📋 copy color: '#134920'

red 19 ◦ green 73 ◦ blue 32

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

Shades of Deep Fir #134920

Tints of Deep Fir #134920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 58.87%

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

R = 15.32%
G = 58.87%
B = 25.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#134920 (or 0x134920) is known color: Deep Fir. HEX triplet: 13, 49 and 20. RGB value is (19,73,32). Sum of RGB (Red+Green+Blue) = 19+73+32=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #134920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134920 is #ECB6DF. Grayscale: #343434. Windows color (decimal): -15513312 or 2115859. OLE color: 2115859.

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

Color convert

RGB 19 73 32 -
CMYK 0.74 0 0.56 0.71
HSL 134.44º 0.59% 0.18% -
HSV(B) 134.44º 0.74% 0.29% -
XYZ 2.91 5.01 2.18 -
YUV 52.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 19 73 32 0.74 0 0.56 0.71 134.44 0.59 0.18
Hex 13 49 20 4A 0 38 47 86 3B 12
Octal 23 111 40 112 0 70 107 206 73 22
Binary 10011 1001001 100000 1001010 0 111000 1000111 10000110 111011 10010

Color Harmonies of #134920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134920

Black with #134920

Text Example


Text Example

White with #134920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134920; }

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

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

background-color css

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

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

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

border-color css

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

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

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