#224010

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

Shades of Myrtle #224010

Tints of Myrtle #224010

Color information

#224010 (or 0x224010) is unknown color: approx Myrtle. HEX triplet: 22, 40 and 10. RGB value is (34,64,16). Sum of RGB (Red+Green+Blue) = 34+64+16=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #224010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224010 is #DDBFEF. Grayscale: #313131. Windows color (decimal): -14532592 or 1064994. OLE color: 1064994.

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

Color convert

RGB346416-
CMYK0.4700.750.75
HSL97.5º60%15.69%-
HSV(B)97.5º75%25.1%-
XYZ2.594.041.13-
YUV49.56109.06116.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=29.82%
G=56.14%
B=14.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464160.4700.750.7597.56015.69
Hex2240102F04B4B623c10
Octal42100205701131131427420
Binary100010100000010000101111010010111001011110001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224010; }

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

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

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

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

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

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

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

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