Html Css Color HEX #134422 Deep Fir

📋 copy color: '#134422'

red 19 ◦ green 68 ◦ blue 34

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

Shades of Deep Fir #134422

Tints of Deep Fir #134422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 56.2%

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

R = 15.7%
G = 56.2%
B = 28.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#134422 (or 0x134422) is known color: Deep Fir. HEX triplet: 13, 44 and 22. RGB value is (19,68,34). Sum of RGB (Red+Green+Blue) = 19+68+34=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #134422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134422 is #ECBBDD. Grayscale: #313131. Windows color (decimal): -15514590 or 2245651. OLE color: 2245651.

HSL color Cylindrical-coordinate representation of color #134422: hue angle of 138.37º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134422 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 34 -
CMYK 0.72 0 0.50 0.73
HSL 138.37º 0.56% 0.17% -
HSV(B) 138.37º 0.72% 0.27% -
XYZ 2.62 4.39 2.22 -
YUV 49.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 19 68 34 0.72 0 0.50 0.73 138.37 0.56 0.17
Hex 13 44 22 48 0 32 49 8A 38 11
Octal 23 104 42 110 0 62 111 212 70 21
Binary 10011 1000100 100010 1001000 0 110010 1001001 10001010 111000 10001

Color Harmonies of #134422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134422

Black with #134422

Text Example


Text Example

White with #134422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134422; }

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

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

background-color css

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

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

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

border-color css

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

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

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