Html Css Color HEX #134824 Deep Fir

📋 copy color: '#134824'

red 19 ◦ green 72 ◦ blue 36

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

Shades of Deep Fir #134824

Tints of Deep Fir #134824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.69%

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

R = 14.96%
G = 56.69%
B = 28.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#134824 (or 0x134824) is known color: Deep Fir. HEX triplet: 13, 48 and 24. RGB value is (19,72,36). Sum of RGB (Red+Green+Blue) = 19+72+36=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #134824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134824 is #ECB7DB. Grayscale: #343434. Windows color (decimal): -15513564 or 2377747. OLE color: 2377747.

HSL color Cylindrical-coordinate representation of color #134824: hue angle of 139.25º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134824 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 36 -
CMYK 0.74 0 0.5 0.72
HSL 139.25º 0.58% 0.18% -
HSV(B) 139.25º 0.74% 0.28% -
XYZ 2.9 4.9 2.46 -
YUV 52.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 19 72 36 0.74 0 0.5 0.72 139.25 0.58 0.18
Hex 13 48 24 4A 0 32 48 8B 3A 12
Octal 23 110 44 112 0 62 110 213 72 22
Binary 10011 1001000 100100 1001010 0 110010 1001000 10001011 111010 10010

Color Harmonies of #134824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134824

Black with #134824

Text Example


Text Example

White with #134824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134824; }

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

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

background-color css

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

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

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

border-color css

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

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

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