#225A1D

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

Shades of Myrtle #225A1D

Tints of Myrtle #225A1D

Color information

#225A1D (or 0x225A1D) is unknown color: approx Myrtle. HEX triplet: 22, 5A and 1D. RGB value is (34,90,29). Sum of RGB (Red+Green+Blue) = 34+90+29=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #225A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A1D is #DDA5E2. Grayscale: #424242. Windows color (decimal): -14525923 or 1923618. OLE color: 1923618.

HSL color Cylindrical-coordinate representation of color #225A1D: hue angle of 115.08º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225A1D is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB349029-
CMYK0.6200.680.65
HSL115.08º51.26%23.33%-
HSV(B)115.08º67.78%35.29%-
XYZ4.547.742.42-
YUV66.3106.95104.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 90 (35.55% from 255) = 58.82%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=22.22%
G=58.82%
B=18.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490290.6200.680.65115.0851.2623.33
Hex225A1D3E04441733317
Octal42132357601041011636327
Binary100010101101011101111110010001001000001111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,29); }

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

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

 a { background-color: rgb(34,90,29); }

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

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

 span { border-color: rgb(34,90,29); }

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