Html Css Color HEX #134722 Deep Fir

📋 copy color: '#134722'

red 19 ◦ green 71 ◦ blue 34

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

Shades of Deep Fir #134722

Tints of Deep Fir #134722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 15.32%
G = 57.26%
B = 27.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#134722 (or 0x134722) is known color: Deep Fir. HEX triplet: 13, 47 and 22. RGB value is (19,71,34). Sum of RGB (Red+Green+Blue) = 19+71+34=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #134722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134722 is #ECB8DD. Grayscale: #333333. Windows color (decimal): -15513822 or 2246419. OLE color: 2246419.

HSL color Cylindrical-coordinate representation of color #134722: hue angle of 137.31º 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 #134722 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 34 -
CMYK 0.73 0 0.52 0.72
HSL 137.31º 0.58% 0.18% -
HSV(B) 137.31º 0.73% 0.28% -
XYZ 2.81 4.76 2.28 -
YUV 51.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 19 71 34 0.73 0 0.52 0.72 137.31 0.58 0.18
Hex 13 47 22 49 0 34 48 89 3A 12
Octal 23 107 42 111 0 64 110 211 72 22
Binary 10011 1000111 100010 1001001 0 110100 1001000 10001001 111010 10010

Color Harmonies of #134722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134722

Black with #134722

Text Example


Text Example

White with #134722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134722; }

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

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

background-color css

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

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

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

border-color css

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

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

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