Html Css Color HEX #134120 Deep Fir

📋 copy color: '#134120'

red 19 ◦ green 65 ◦ blue 32

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

Shades of Deep Fir #134120

Tints of Deep Fir #134120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 16.38%
G = 56.03%
B = 27.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#134120 (or 0x134120) is known color: Deep Fir. HEX triplet: 13, 41 and 20. RGB value is (19,65,32). Sum of RGB (Red+Green+Blue) = 19+65+32=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #134120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134120 is #ECBEDF. Grayscale: #2F2F2F. Windows color (decimal): -15515360 or 2113811. OLE color: 2113811.

HSL color Cylindrical-coordinate representation of color #134120: hue angle of 136.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134120 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 32 -
CMYK 0.71 0 0.51 0.75
HSL 136.96º 0.55% 0.16% -
HSV(B) 136.96º 0.71% 0.25% -
XYZ 2.42 4.02 2.02 -
YUV 47.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 19 65 32 0.71 0 0.51 0.75 136.96 0.55 0.16
Hex 13 41 20 47 0 33 4B 89 37 10
Octal 23 101 40 107 0 63 113 211 67 20
Binary 10011 1000001 100000 1000111 0 110011 1001011 10001001 110111 10000

Color Harmonies of #134120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134120

Black with #134120

Text Example


Text Example

White with #134120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134120; }

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

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

background-color css

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

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

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

border-color css

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

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

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