Html Css Color HEX #133923 Deep Fir

📋 copy color: '#133923'

red 19 ◦ green 57 ◦ blue 35

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

Shades of Deep Fir #133923

Tints of Deep Fir #133923

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

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

R = 17.12%
G = 51.35%
B = 31.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#133923 (or 0x133923) is known color: Deep Fir. HEX triplet: 13, 39 and 23. RGB value is (19,57,35). Sum of RGB (Red+Green+Blue) = 19+57+35=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #133923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133923 is #ECC6DC. Grayscale: #2B2B2B. Windows color (decimal): -15517405 or 2308371. OLE color: 2308371.

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

Color convert

RGB 19 57 35 -
CMYK 0.67 0 0.39 0.78
HSL 145.26º 0.5% 0.15% -
HSV(B) 145.26º 0.67% 0.22% -
XYZ 2.04 3.19 2.1 -
YUV 43.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 19 57 35 0.67 0 0.39 0.78 145.26 0.5 0.15
Hex 13 39 23 43 0 27 4E 91 32 F
Octal 23 71 43 103 0 47 116 221 62 17
Binary 10011 111001 100011 1000011 0 100111 1001110 10010001 110010 1111

Color Harmonies of #133923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133923

Black with #133923

Text Example


Text Example

White with #133923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133923; }

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

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

background-color css

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

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

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

border-color css

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

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

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