Html Css Color HEX #133723 Deep Fir

📋 copy color: '#133723'

red 19 ◦ green 55 ◦ blue 35

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

Shades of Deep Fir #133723

Tints of Deep Fir #133723

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.46%

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 17.43%
G = 50.46%
B = 32.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#133723 (or 0x133723) is known color: Deep Fir. HEX triplet: 13, 37 and 23. RGB value is (19,55,35). Sum of RGB (Red+Green+Blue) = 19+55+35=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #133723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133723 is #ECC8DC. Grayscale: #2A2A2A. Windows color (decimal): -15517917 or 2307859. OLE color: 2307859.

HSL color Cylindrical-coordinate representation of color #133723: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133723 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 35 -
CMYK 0.65 0 0.36 0.78
HSL 146.67º 0.49% 0.15% -
HSV(B) 146.67º 0.65% 0.22% -
XYZ 1.94 2.99 2.07 -
YUV 41.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 19 55 35 0.65 0 0.36 0.78 146.67 0.49 0.15
Hex 13 37 23 41 0 24 4E 93 31 F
Octal 23 67 43 101 0 44 116 223 61 17
Binary 10011 110111 100011 1000001 0 100100 1001110 10010011 110001 1111

Color Harmonies of #133723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133723

Black with #133723

Text Example


Text Example

White with #133723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133723; }

 p { color: rgb(19,55,35); }

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

background-color css

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

 a { background-color: rgb(19,55,35); }

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

border-color css

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

 span { border-color: rgb(19,55,35); }

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