Html Css Color HEX #133922 Deep Fir

📋 copy color: '#133922'

red 19 ◦ green 57 ◦ blue 34

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

Shades of Deep Fir #133922

Tints of Deep Fir #133922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.91%

R = 17.27%
G = 51.82%
B = 30.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#133922 (or 0x133922) is known color: Deep Fir. HEX triplet: 13, 39 and 22. RGB value is (19,57,34). Sum of RGB (Red+Green+Blue) = 19+57+34=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #133922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133922 is #ECC6DD. Grayscale: #2B2B2B. Windows color (decimal): -15517406 or 2242835. OLE color: 2242835.

HSL color Cylindrical-coordinate representation of color #133922: hue angle of 143.68º 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 #133922 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 34 -
CMYK 0.67 0 0.40 0.78
HSL 143.68º 0.5% 0.15% -
HSV(B) 143.68º 0.67% 0.22% -
XYZ 2.02 3.18 2.02 -
YUV 43.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 19 57 34 0.67 0 0.40 0.78 143.68 0.5 0.15
Hex 13 39 22 43 0 28 4E 90 32 F
Octal 23 71 42 103 0 50 116 220 62 17
Binary 10011 111001 100010 1000011 0 101000 1001110 10010000 110010 1111

Color Harmonies of #133922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133922

Black with #133922

Text Example


Text Example

White with #133922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133922; }

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

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

background-color css

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

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

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

border-color css

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

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

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