Html Css Color HEX #133618 Deep Fir

📋 copy color: '#133618'

red 19 ◦ green 54 ◦ blue 24

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

Shades of Deep Fir #133618

Tints of Deep Fir #133618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 55.67%

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

R = 19.59%
G = 55.67%
B = 24.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#133618 (or 0x133618) is known color: Deep Fir. HEX triplet: 13, 36 and 18. RGB value is (19,54,24). Sum of RGB (Red+Green+Blue) = 19+54+24=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #133618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133618 is #ECC9E7. Grayscale: #282828. Windows color (decimal): -15518184 or 1586707. OLE color: 1586707.

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

Color convert

RGB 19 54 24 -
CMYK 0.65 0 0.56 0.79
HSL 128.57º 0.48% 0.14% -
HSV(B) 128.57º 0.65% 0.21% -
XYZ 1.75 2.84 1.32 -
YUV 40.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 19 54 24 0.65 0 0.56 0.79 128.57 0.48 0.14
Hex 13 36 18 41 0 38 4F 81 30 E
Octal 23 66 30 101 0 70 117 201 60 16
Binary 10011 110110 11000 1000001 0 111000 1001111 10000001 110000 1110

Color Harmonies of #133618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133618

Black with #133618

Text Example


Text Example

White with #133618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133618; }

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

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

background-color css

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

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

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

border-color css

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

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

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