Html Css Color HEX #134320 Deep Fir

📋 copy color: '#134320'

red 19 ◦ green 67 ◦ blue 32

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

Shades of Deep Fir #134320

Tints of Deep Fir #134320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.78%

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

R = 16.1%
G = 56.78%
B = 27.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#134320 (or 0x134320) is known color: Deep Fir. HEX triplet: 13, 43 and 20. RGB value is (19,67,32). Sum of RGB (Red+Green+Blue) = 19+67+32=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #134320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134320 is #ECBCDF. Grayscale: #303030. Windows color (decimal): -15514848 or 2114323. OLE color: 2114323.

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

Color convert

RGB 19 67 32 -
CMYK 0.72 0 0.52 0.74
HSL 136.25º 0.56% 0.17% -
HSV(B) 136.25º 0.72% 0.26% -
XYZ 2.54 4.26 2.05 -
YUV 48.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 19 67 32 0.72 0 0.52 0.74 136.25 0.56 0.17
Hex 13 43 20 48 0 34 4A 88 38 11
Octal 23 103 40 110 0 64 112 210 70 21
Binary 10011 1000011 100000 1001000 0 110100 1001010 10001000 111000 10001

Color Harmonies of #134320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134320

Black with #134320

Text Example


Text Example

White with #134320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134320; }

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

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

background-color css

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

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

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

border-color css

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

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

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