Html Css Color HEX #133822 Deep Fir

📋 copy color: '#133822'

red 19 ◦ green 56 ◦ blue 34

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

Shades of Deep Fir #133822

Tints of Deep Fir #133822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.38%

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

R = 17.43%
G = 51.38%
B = 31.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#133822 (or 0x133822) is known color: Deep Fir. HEX triplet: 13, 38 and 22. RGB value is (19,56,34). Sum of RGB (Red+Green+Blue) = 19+56+34=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #133822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133822 is #ECC7DD. Grayscale: #2A2A2A. Windows color (decimal): -15517662 or 2242579. OLE color: 2242579.

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

Color convert

RGB 19 56 34 -
CMYK 0.66 0 0.39 0.78
HSL 144.32º 0.49% 0.15% -
HSV(B) 144.32º 0.66% 0.22% -
XYZ 1.97 3.08 2 -
YUV 42.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 19 56 34 0.66 0 0.39 0.78 144.32 0.49 0.15
Hex 13 38 22 42 0 27 4E 90 31 F
Octal 23 70 42 102 0 47 116 220 61 17
Binary 10011 111000 100010 1000010 0 100111 1001110 10010000 110001 1111

Color Harmonies of #133822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133822

Black with #133822

Text Example


Text Example

White with #133822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133822; }

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

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

background-color css

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

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

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

border-color css

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

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

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