#225B14

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

Shades of Myrtle #225B14

Tints of Myrtle #225B14

Color information

#225B14 (or 0x225B14) is unknown color: approx Myrtle. HEX triplet: 22, 5B and 14. RGB value is (34,91,20). Sum of RGB (Red+Green+Blue) = 34+91+20=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #225B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225B14 is #DDA4EB. Grayscale: #424242. Windows color (decimal): -14525676 or 1334050. OLE color: 1334050.

HSL color Cylindrical-coordinate representation of color #225B14: hue angle of 108.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225B14 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB349120-
CMYK0.6300.780.64
HSL108.17º63.96%21.76%-
HSV(B)108.17º78.02%35.69%-
XYZ4.537.871.94-
YUV65.86102.12105.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 91 (35.94% from 255) = 62.76%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=23.45%
G=62.76%
B=13.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491200.6300.780.64108.1763.9621.76
Hex225B143F04E406c4016
Octal421332477011610015410026
Binary1000101011011101001111110100111010000001101100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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