Html Css Color HEX #133C22 Deep Fir

📋 copy color: '#133C22'

red 19 ◦ green 60 ◦ blue 34

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

Shades of Deep Fir #133C22

Tints of Deep Fir #133C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.1%

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

R = 16.81%
G = 53.1%
B = 30.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.76

RGB Variations

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

Color information

#133C22 (or 0x133C22) is known color: Deep Fir. HEX triplet: 13, 3C and 22. RGB value is (19,60,34). Sum of RGB (Red+Green+Blue) = 19+60+34=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #133C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C22 is #ECC3DD. Grayscale: #2C2C2C. Windows color (decimal): -15516638 or 2243603. OLE color: 2243603.

HSL color Cylindrical-coordinate representation of color #133C22: hue angle of 141.95º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133C22 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 60 34 -
CMYK 0.68 0 0.43 0.76
HSL 141.95º 0.52% 0.15% -
HSV(B) 141.95º 0.68% 0.24% -
XYZ 2.17 3.49 2.07 -
YUV 44.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 19 60 34 0.68 0 0.43 0.76 141.95 0.52 0.15
Hex 13 3C 22 44 0 2B 4C 8E 34 F
Octal 23 74 42 104 0 53 114 216 64 17
Binary 10011 111100 100010 1000100 0 101011 1001100 10001110 110100 1111

Color Harmonies of #133C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C22

Black with #133C22

Text Example


Text Example

White with #133C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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