Html Css Color HEX #224221 Myrtle

📋 copy color: '#224221'

red 34 ◦ green 66 ◦ blue 33

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

Shades of Myrtle #224221

Tints of Myrtle #224221

RGB

 RED value IS 34 (13.67% from 255) = 25.56%

 GREEN value IS 66 (26.17% from 255) = 49.62%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 25.56%
G = 49.62%
B = 24.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#224221 (or 0x224221) is known color: Myrtle. HEX triplet: 22, 42 and 21. RGB value is (34,66,33). Sum of RGB (Red+Green+Blue) = 34+66+33=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #224221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224221 is #DDBDDE. Grayscale: #343434. Windows color (decimal): -14532063 or 2179618. OLE color: 2179618.

HSL color Cylindrical-coordinate representation of color #224221: hue angle of 118.18º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224221 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 66 33 -
CMYK 0.48 0 0.5 0.74
HSL 118.18º 0.33% 0.19% -
HSV(B) 118.18º 0.5% 0.26% -
XYZ 2.88 4.35 2.13 -
YUV 52.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 34 66 33 0.48 0 0.5 0.74 118.18 0.33 0.19
Hex 22 42 21 30 0 32 4A 76 21 13
Octal 42 102 41 60 0 62 112 166 41 23
Binary 100010 1000010 100001 110000 0 110010 1001010 1110110 100001 10011

Color Harmonies of #224221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224221

Black with #224221

Text Example


Text Example

White with #224221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224221; }

 p { color: rgb(34,66,33); }

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

background-color css

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

 a { background-color: rgb(34,66,33); }

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

border-color css

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

 span { border-color: rgb(34,66,33); }

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