Html Css Color HEX #133D1D Deep Fir

📋 copy color: '#133D1D'

red 19 ◦ green 61 ◦ blue 29

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

Shades of Deep Fir #133D1D

Tints of Deep Fir #133D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 17.43%
G = 55.96%
B = 26.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#133D1D (or 0x133D1D) is known color: Deep Fir. HEX triplet: 13, 3D and 1D. RGB value is (19,61,29). Sum of RGB (Red+Green+Blue) = 19+61+29=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #133D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D1D is #ECC2E2. Grayscale: #2C2C2C. Windows color (decimal): -15516387 or 1916179. OLE color: 1916179.

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

Color convert

RGB 19 61 29 -
CMYK 0.69 0 0.52 0.76
HSL 134.29º 0.53% 0.16% -
HSV(B) 134.29º 0.69% 0.24% -
XYZ 2.16 3.56 1.74 -
YUV 44.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 19 61 29 0.69 0 0.52 0.76 134.29 0.53 0.16
Hex 13 3D 1D 45 0 34 4C 86 34 10
Octal 23 75 35 105 0 64 114 206 64 20
Binary 10011 111101 11101 1000101 0 110100 1001100 10000110 110100 10000

Color Harmonies of #133D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D1D

Black with #133D1D

Text Example


Text Example

White with #133D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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