#224018

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

Shades of Myrtle #224018

Tints of Myrtle #224018

Color information

#224018 (or 0x224018) is unknown color: approx Myrtle. HEX triplet: 22, 40 and 18. RGB value is (34,64,24). Sum of RGB (Red+Green+Blue) = 34+64+24=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #224018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224018 is #DDBFE7. Grayscale: #323232. Windows color (decimal): -14532584 or 1589282. OLE color: 1589282.

HSL color Cylindrical-coordinate representation of color #224018: hue angle of 105º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224018 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB346424-
CMYK0.4700.620.75
HSL105º45.45%17.25%-
HSV(B)105º62.5%25.1%-
XYZ2.664.071.51-
YUV50.47113.06116.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.87%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=27.87%
G=52.46%
B=19.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464240.4700.620.7510545.4517.25
Hex2240182F03E4B692d11
Octal4210030570761131515521
Binary10001010000001100010111101111101001011110100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224018; }

 p { color: rgb(34,64,24); }

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

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

 a { background-color: rgb(34,64,24); }

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

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

 span { border-color: rgb(34,64,24); }

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