Html Css Color HEX #133D1C Deep Fir

📋 copy color: '#133D1C'

red 19 ◦ green 61 ◦ blue 28

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

Shades of Deep Fir #133D1C

Tints of Deep Fir #133D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 17.59%
G = 56.48%
B = 25.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.76

RGB Variations

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

Color information

#133D1C (or 0x133D1C) is known color: Deep Fir. HEX triplet: 13, 3D and 1C. RGB value is (19,61,28). Sum of RGB (Red+Green+Blue) = 19+61+28=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #133D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D1C is #ECC2E3. Grayscale: #2C2C2C. Windows color (decimal): -15516388 or 1850643. OLE color: 1850643.

HSL color Cylindrical-coordinate representation of color #133D1C: hue angle of 132.86º 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 #133D1C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 61 28 -
CMYK 0.69 0 0.54 0.76
HSL 132.86º 0.53% 0.16% -
HSV(B) 132.86º 0.69% 0.24% -
XYZ 2.15 3.56 1.67 -
YUV 44.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 19 61 28 0.69 0 0.54 0.76 132.86 0.53 0.16
Hex 13 3D 1C 45 0 36 4C 85 34 10
Octal 23 75 34 105 0 66 114 205 64 20
Binary 10011 111101 11100 1000101 0 110110 1001100 10000101 110100 10000

Color Harmonies of #133D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D1C

Black with #133D1C

Text Example


Text Example

White with #133D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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