Html Css Color HEX #133D24 Deep Fir

📋 copy color: '#133D24'

red 19 ◦ green 61 ◦ blue 36

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

Shades of Deep Fir #133D24

Tints of Deep Fir #133D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 52.59%

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

R = 16.38%
G = 52.59%
B = 31.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.76

RGB Variations

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

Color information

#133D24 (or 0x133D24) is known color: Deep Fir. HEX triplet: 13, 3D and 24. RGB value is (19,61,36). Sum of RGB (Red+Green+Blue) = 19+61+36=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #133D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D24 is #ECC2DB. Grayscale: #2D2D2D. Windows color (decimal): -15516380 or 2374931. OLE color: 2374931.

HSL color Cylindrical-coordinate representation of color #133D24: hue angle of 144.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D24 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 61 36 -
CMYK 0.69 0 0.41 0.76
HSL 144.29º 0.53% 0.16% -
HSV(B) 144.29º 0.69% 0.24% -
XYZ 2.26 3.6 2.25 -
YUV 45.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 19 61 36 0.69 0 0.41 0.76 144.29 0.53 0.16
Hex 13 3D 24 45 0 29 4C 90 34 10
Octal 23 75 44 105 0 51 114 220 64 20
Binary 10011 111101 100100 1000101 0 101001 1001100 10010000 110100 10000

Color Harmonies of #133D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D24

Black with #133D24

Text Example


Text Example

White with #133D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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