Html Css Color HEX #134521 Deep Fir

📋 copy color: '#134521'

red 19 ◦ green 69 ◦ blue 33

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

Shades of Deep Fir #134521

Tints of Deep Fir #134521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 15.7%
G = 57.02%
B = 27.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#134521 (or 0x134521) is known color: Deep Fir. HEX triplet: 13, 45 and 21. RGB value is (19,69,33). Sum of RGB (Red+Green+Blue) = 19+69+33=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #134521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134521 is #ECBADE. Grayscale: #323232. Windows color (decimal): -15514335 or 2180371. OLE color: 2180371.

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

Color convert

RGB 19 69 33 -
CMYK 0.72 0 0.52 0.73
HSL 136.8º 0.57% 0.17% -
HSV(B) 136.8º 0.72% 0.27% -
XYZ 2.67 4.5 2.17 -
YUV 49.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 19 69 33 0.72 0 0.52 0.73 136.8 0.57 0.17
Hex 13 45 21 48 0 34 49 89 39 11
Octal 23 105 41 110 0 64 111 211 71 21
Binary 10011 1000101 100001 1001000 0 110100 1001001 10001001 111001 10001

Color Harmonies of #134521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134521

Black with #134521

Text Example


Text Example

White with #134521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134521; }

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

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

background-color css

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

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

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

border-color css

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

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

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