#225E1C

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

Shades of Myrtle #225E1C

Tints of Myrtle #225E1C

Color information

#225E1C (or 0x225E1C) is unknown color: approx Myrtle. HEX triplet: 22, 5E and 1C. RGB value is (34,94,28). Sum of RGB (Red+Green+Blue) = 34+94+28=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 94 (37.11% from 255 or 60.26% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 94 - color contains mainly: green. Hex color #225E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E1C is #DDA1E3. Grayscale: #444444. Windows color (decimal): -14524900 or 1859106. OLE color: 1859106.

HSL color Cylindrical-coordinate representation of color #225E1C: hue angle of 114.55º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225E1C is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB349428-
CMYK0.6400.700.63
HSL114.55º54.1%23.92%-
HSV(B)114.55º70.21%36.86%-
XYZ4.878.432.47-
YUV68.54105.12103.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 94 (37.11% from 255) = 60.26%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=21.79%
G=60.26%
B=17.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3494280.6400.700.63114.5554.123.92
Hex225E1C400463F733618
Octal42136341000106771636630
Binary100010101111011100100000001000110111111111001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,94,28); }

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

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

 a { background-color: rgb(34,94,28); }

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

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

 span { border-color: rgb(34,94,28); }

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