Html Css Color HEX #134721 Deep Fir

📋 copy color: '#134721'

red 19 ◦ green 71 ◦ blue 33

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

Shades of Deep Fir #134721

Tints of Deep Fir #134721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 15.45%
G = 57.72%
B = 26.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#134721 (or 0x134721) is known color: Deep Fir. HEX triplet: 13, 47 and 21. RGB value is (19,71,33). Sum of RGB (Red+Green+Blue) = 19+71+33=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #134721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134721 is #ECB8DE. Grayscale: #333333. Windows color (decimal): -15513823 or 2180883. OLE color: 2180883.

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

Color convert

RGB 19 71 33 -
CMYK 0.73 0 0.54 0.72
HSL 136.15º 0.58% 0.18% -
HSV(B) 136.15º 0.73% 0.28% -
XYZ 2.8 4.75 2.21 -
YUV 51.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 19 71 33 0.73 0 0.54 0.72 136.15 0.58 0.18
Hex 13 47 21 49 0 36 48 88 3A 12
Octal 23 107 41 111 0 66 110 210 72 22
Binary 10011 1000111 100001 1001001 0 110110 1001000 10001000 111010 10010

Color Harmonies of #134721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134721

Black with #134721

Text Example


Text Example

White with #134721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134721; }

 p { color: rgb(19,71,33); }

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

background-color css

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

 a { background-color: rgb(19,71,33); }

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

border-color css

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

 span { border-color: rgb(19,71,33); }

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