#224514

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

Shades of Myrtle #224514

Tints of Myrtle #224514

Color information

#224514 (or 0x224514) is unknown color: approx Myrtle. HEX triplet: 22, 45 and 14. RGB value is (34,69,20). Sum of RGB (Red+Green+Blue) = 34+69+20=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #224514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224514 is #DDBAEB. Grayscale: #353535. Windows color (decimal): -14531308 or 1328418. OLE color: 1328418.

HSL color Cylindrical-coordinate representation of color #224514: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224514 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB346920-
CMYK0.5100.710.73
HSL102.86º55.06%17.45%-
HSV(B)102.86º71.01%27.06%-
XYZ2.914.651.41-
YUV52.95109.4114.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.64%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=27.64%
G=56.10%
B=16.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3469200.5100.710.73102.8655.0617.45
Hex2245143304749673711
Octal42105246301071111476721
Binary100010100010110100110011010001111001001110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224514; }

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

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

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

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

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

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

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

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