Html Css Color HEX #133D22 Deep Fir

📋 copy color: '#133D22'

red 19 ◦ green 61 ◦ blue 34

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

Shades of Deep Fir #133D22

Tints of Deep Fir #133D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.51%

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

R = 16.67%
G = 53.51%
B = 29.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.76

RGB Variations

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

Color information

#133D22 (or 0x133D22) is known color: Deep Fir. HEX triplet: 13, 3D and 22. RGB value is (19,61,34). Sum of RGB (Red+Green+Blue) = 19+61+34=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #133D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D22 is #ECC2DD. Grayscale: #2D2D2D. Windows color (decimal): -15516382 or 2243859. OLE color: 2243859.

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

Color convert

RGB 19 61 34 -
CMYK 0.69 0 0.44 0.76
HSL 141.43º 0.53% 0.16% -
HSV(B) 141.43º 0.69% 0.24% -
XYZ 2.23 3.59 2.09 -
YUV 45.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 19 61 34 0.69 0 0.44 0.76 141.43 0.53 0.16
Hex 13 3D 22 45 0 2C 4C 8D 34 10
Octal 23 75 42 105 0 54 114 215 64 20
Binary 10011 111101 100010 1000101 0 101100 1001100 10001101 110100 10000

Color Harmonies of #133D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D22

Black with #133D22

Text Example


Text Example

White with #133D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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