Html Css Color HEX #133A24 Deep Fir

📋 copy color: '#133A24'

red 19 ◦ green 58 ◦ blue 36

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

Shades of Deep Fir #133A24

Tints of Deep Fir #133A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 51.33%

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

R = 16.81%
G = 51.33%
B = 31.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#133A24 (or 0x133A24) is known color: Deep Fir. HEX triplet: 13, 3A and 24. RGB value is (19,58,36). Sum of RGB (Red+Green+Blue) = 19+58+36=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #133A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A24 is #ECC5DB. Grayscale: #2B2B2B. Windows color (decimal): -15517148 or 2374163. OLE color: 2374163.

HSL color Cylindrical-coordinate representation of color #133A24: hue angle of 146.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A24 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 36 -
CMYK 0.67 0 0.38 0.77
HSL 146.15º 0.51% 0.15% -
HSV(B) 146.15º 0.67% 0.23% -
XYZ 2.1 3.29 2.19 -
YUV 43.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 19 58 36 0.67 0 0.38 0.77 146.15 0.51 0.15
Hex 13 3A 24 43 0 26 4D 92 33 F
Octal 23 72 44 103 0 46 115 222 63 17
Binary 10011 111010 100100 1000011 0 100110 1001101 10010010 110011 1111

Color Harmonies of #133A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A24

Black with #133A24

Text Example


Text Example

White with #133A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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