Html Css Color HEX #133924 Deep Fir

📋 copy color: '#133924'

red 19 ◦ green 57 ◦ blue 36

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

Shades of Deep Fir #133924

Tints of Deep Fir #133924

RGB

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

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

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

R = 16.96%
G = 50.89%
B = 32.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#133924 (or 0x133924) is known color: Deep Fir. HEX triplet: 13, 39 and 24. RGB value is (19,57,36). Sum of RGB (Red+Green+Blue) = 19+57+36=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #133924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133924 is #ECC6DB. Grayscale: #2B2B2B. Windows color (decimal): -15517404 or 2373907. OLE color: 2373907.

HSL color Cylindrical-coordinate representation of color #133924: hue angle of 146.84º 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 #133924 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 36 -
CMYK 0.67 0 0.37 0.78
HSL 146.84º 0.5% 0.15% -
HSV(B) 146.84º 0.67% 0.22% -
XYZ 2.05 3.19 2.18 -
YUV 43.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 19 57 36 0.67 0 0.37 0.78 146.84 0.5 0.15
Hex 13 39 24 43 0 25 4E 93 32 F
Octal 23 71 44 103 0 45 116 223 62 17
Binary 10011 111001 100100 1000011 0 100101 1001110 10010011 110010 1111

Color Harmonies of #133924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133924

Black with #133924

Text Example


Text Example

White with #133924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133924; }

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

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

background-color css

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

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

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

border-color css

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

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

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