Html Css Color HEX #133918 Deep Fir

📋 copy color: '#133918'

red 19 ◦ green 57 ◦ blue 24

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

Shades of Deep Fir #133918

Tints of Deep Fir #133918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 57%

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

R = 19%
G = 57%
B = 24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#133918 (or 0x133918) is known color: Deep Fir. HEX triplet: 13, 39 and 18. RGB value is (19,57,24). Sum of RGB (Red+Green+Blue) = 19+57+24=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #133918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133918 is #ECC6E7. Grayscale: #292929. Windows color (decimal): -15517416 or 1587475. OLE color: 1587475.

HSL color Cylindrical-coordinate representation of color #133918: hue angle of 127.89º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133918 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 24 -
CMYK 0.67 0 0.58 0.78
HSL 127.89º 0.5% 0.15% -
HSV(B) 127.89º 0.67% 0.22% -
XYZ 1.9 3.13 1.37 -
YUV 41.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 19 57 24 0.67 0 0.58 0.78 127.89 0.5 0.15
Hex 13 39 18 43 0 3A 4E 80 32 F
Octal 23 71 30 103 0 72 116 200 62 17
Binary 10011 111001 11000 1000011 0 111010 1001110 10000000 110010 1111

Color Harmonies of #133918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133918

Black with #133918

Text Example


Text Example

White with #133918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133918; }

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

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

background-color css

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

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

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

border-color css

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

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

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