Html Css Color HEX #133824 Deep Fir

📋 copy color: '#133824'

red 19 ◦ green 56 ◦ blue 36

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

Shades of Deep Fir #133824

Tints of Deep Fir #133824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.45%

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

R = 17.12%
G = 50.45%
B = 32.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#133824 (or 0x133824) is known color: Deep Fir. HEX triplet: 13, 38 and 24. RGB value is (19,56,36). Sum of RGB (Red+Green+Blue) = 19+56+36=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #133824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133824 is #ECC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15517660 or 2373651. OLE color: 2373651.

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

Color convert

RGB 19 56 36 -
CMYK 0.66 0 0.36 0.78
HSL 147.57º 0.49% 0.15% -
HSV(B) 147.57º 0.66% 0.22% -
XYZ 2 3.09 2.16 -
YUV 42.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 19 56 36 0.66 0 0.36 0.78 147.57 0.49 0.15
Hex 13 38 24 42 0 24 4E 94 31 F
Octal 23 70 44 102 0 44 116 224 61 17
Binary 10011 111000 100100 1000010 0 100100 1001110 10010100 110001 1111

Color Harmonies of #133824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133824

Black with #133824

Text Example


Text Example

White with #133824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133824; }

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

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

background-color css

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

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

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

border-color css

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

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

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