Html Css Color HEX #134024 Deep Fir

📋 copy color: '#134024'

red 19 ◦ green 64 ◦ blue 36

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

Shades of Deep Fir #134024

Tints of Deep Fir #134024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 15.97%
G = 53.78%
B = 30.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#134024 (or 0x134024) is known color: Deep Fir. HEX triplet: 13, 40 and 24. RGB value is (19,64,36). Sum of RGB (Red+Green+Blue) = 19+64+36=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #134024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134024 is #ECBFDB. Grayscale: #2F2F2F. Windows color (decimal): -15515612 or 2375699. OLE color: 2375699.

HSL color Cylindrical-coordinate representation of color #134024: hue angle of 142.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134024 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 36 -
CMYK 0.70 0 0.44 0.75
HSL 142.67º 0.54% 0.16% -
HSV(B) 142.67º 0.7% 0.25% -
XYZ 2.42 3.93 2.3 -
YUV 47.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 19 64 36 0.70 0 0.44 0.75 142.67 0.54 0.16
Hex 13 40 24 46 0 2C 4B 8F 36 10
Octal 23 100 44 106 0 54 113 217 66 20
Binary 10011 1000000 100100 1000110 0 101100 1001011 10001111 110110 10000

Color Harmonies of #134024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134024

Black with #134024

Text Example


Text Example

White with #134024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134024; }

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

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

background-color css

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

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

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

border-color css

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

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

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