Html Css Color HEX #133418 Deep Fir

📋 copy color: '#133418'

red 19 ◦ green 52 ◦ blue 24

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

Shades of Deep Fir #133418

Tints of Deep Fir #133418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.74%

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 20%
G = 54.74%
B = 25.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#133418 (or 0x133418) is known color: Deep Fir. HEX triplet: 13, 34 and 18. RGB value is (19,52,24). Sum of RGB (Red+Green+Blue) = 19+52+24=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #133418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133418 is #ECCBE7. Grayscale: #272727. Windows color (decimal): -15518696 or 1586195. OLE color: 1586195.

HSL color Cylindrical-coordinate representation of color #133418: hue angle of 129.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133418 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 24 -
CMYK 0.63 0 0.54 0.80
HSL 129.09º 0.46% 0.14% -
HSV(B) 129.09º 0.63% 0.2% -
XYZ 1.66 2.66 1.29 -
YUV 38.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 19 52 24 0.63 0 0.54 0.80 129.09 0.46 0.14
Hex 13 34 18 3F 0 36 50 81 2E E
Octal 23 64 30 77 0 66 120 201 56 16
Binary 10011 110100 11000 111111 0 110110 1010000 10000001 101110 1110

Color Harmonies of #133418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133418

Black with #133418

Text Example


Text Example

White with #133418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133418; }

 p { color: rgb(19,52,24); }

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

background-color css

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

 a { background-color: rgb(19,52,24); }

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

border-color css

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

 span { border-color: rgb(19,52,24); }

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