Html Css Color HEX #133518 Deep Fir

📋 copy color: '#133518'

red 19 ◦ green 53 ◦ blue 24

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

Shades of Deep Fir #133518

Tints of Deep Fir #133518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 55.21%

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

R = 19.79%
G = 55.21%
B = 25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#133518 (or 0x133518) is known color: Deep Fir. HEX triplet: 13, 35 and 18. RGB value is (19,53,24). Sum of RGB (Red+Green+Blue) = 19+53+24=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #133518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133518 is #ECCAE7. Grayscale: #272727. Windows color (decimal): -15518440 or 1586451. OLE color: 1586451.

HSL color Cylindrical-coordinate representation of color #133518: hue angle of 128.82º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133518 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 53 24 -
CMYK 0.64 0 0.55 0.79
HSL 128.82º 0.47% 0.14% -
HSV(B) 128.82º 0.64% 0.21% -
XYZ 1.71 2.75 1.31 -
YUV 39.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 19 53 24 0.64 0 0.55 0.79 128.82 0.47 0.14
Hex 13 35 18 40 0 37 4F 81 2F E
Octal 23 65 30 100 0 67 117 201 57 16
Binary 10011 110101 11000 1000000 0 110111 1001111 10000001 101111 1110

Color Harmonies of #133518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133518

Black with #133518

Text Example


Text Example

White with #133518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133518; }

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

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

background-color css

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

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

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

border-color css

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

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

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