#225F14

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

Shades of Myrtle #225F14

Tints of Myrtle #225F14

Color information

#225F14 (or 0x225F14) is unknown color: approx Myrtle. HEX triplet: 22, 5F and 14. RGB value is (34,95,20). Sum of RGB (Red+Green+Blue) = 34+95+20=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 95 (37.5% from 255 or 63.76% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 95 - color contains mainly: green. Hex color #225F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225F14 is #DDA0EB. Grayscale: #444444. Windows color (decimal): -14524652 or 1335074. OLE color: 1335074.

HSL color Cylindrical-coordinate representation of color #225F14: hue angle of 108.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225F14 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB349520-
CMYK0.6400.790.63
HSL108.8º65.22%22.55%-
HSV(B)108.8º78.95%37.25%-
XYZ4.888.582.06-
YUV68.21100.79103.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 95 (37.5% from 255) = 63.76%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=22.82%
G=63.76%
B=13.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3495200.6400.790.63108.865.2222.55
Hex225F144004F3F6d4117
Octal421372410001177715510127
Binary1000101011111101001000000010011111111111101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225F14; }

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

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

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

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

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

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

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

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