#224314

Color #224314 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #224314

Tints of Myrtle #224314

Color information

#224314 (or 0x224314) is unknown color: approx Myrtle. HEX triplet: 22, 43 and 14. RGB value is (34,67,20). Sum of RGB (Red+Green+Blue) = 34+67+20=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #224314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224314 is #DDBCEB. Grayscale: #333333. Windows color (decimal): -14531820 or 1327906. OLE color: 1327906.

HSL color Cylindrical-coordinate representation of color #224314: hue angle of 102.13º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224314 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB346720-
CMYK0.4900.700.74
HSL102.13º54.02%17.06%-
HSV(B)102.13º70.15%26.27%-
XYZ2.794.41.36-
YUV51.78110.07115.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=28.10%
G=55.37%
B=16.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3467200.4900.700.74102.1354.0217.06
Hex224314310464A663611
Octal42103246101061121466621
Binary100010100001110100110001010001101001010110011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224314; }

 p { color: rgb(34,67,20); }

 H1.HeaderClassName
 {
   color: #224314;
 }
 .AnyTagClassName
 {
   color: #224314;
 }
</style>
background-color css

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

 a { background-color: rgb(34,67,20); }

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

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

 span { border-color: rgb(34,67,20); }

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