Html Css Color HEX #134124 Deep Fir

📋 copy color: '#134124'

red 19 ◦ green 65 ◦ blue 36

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

Shades of Deep Fir #134124

Tints of Deep Fir #134124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30%

R = 15.83%
G = 54.17%
B = 30%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#134124 (or 0x134124) is known color: Deep Fir. HEX triplet: 13, 41 and 24. RGB value is (19,65,36). Sum of RGB (Red+Green+Blue) = 19+65+36=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #134124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134124 is #ECBEDB. Grayscale: #303030. Windows color (decimal): -15515356 or 2375955. OLE color: 2375955.

HSL color Cylindrical-coordinate representation of color #134124: hue angle of 142.17º 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 #134124 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 36 -
CMYK 0.71 0 0.45 0.75
HSL 142.17º 0.55% 0.16% -
HSV(B) 142.17º 0.71% 0.25% -
XYZ 2.48 4.05 2.32 -
YUV 47.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 19 65 36 0.71 0 0.45 0.75 142.17 0.55 0.16
Hex 13 41 24 47 0 2D 4B 8E 37 10
Octal 23 101 44 107 0 55 113 216 67 20
Binary 10011 1000001 100100 1000111 0 101101 1001011 10001110 110111 10000

Color Harmonies of #134124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134124

Black with #134124

Text Example


Text Example

White with #134124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134124; }

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

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

background-color css

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

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

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

border-color css

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

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

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