#225013

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

Shades of Myrtle #225013

Tints of Myrtle #225013

Color information

#225013 (or 0x225013) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 13. RGB value is (34,80,19). Sum of RGB (Red+Green+Blue) = 34+80+19=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #225013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225013 is #DDAFEC. Grayscale: #3B3B3B. Windows color (decimal): -14528493 or 1265698. OLE color: 1265698.

HSL color Cylindrical-coordinate representation of color #225013: hue angle of 105.25º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #225013 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB348019-
CMYK0.5800.760.69
HSL105.25º61.62%19.41%-
HSV(B)105.25º76.25%31.37%-
XYZ3.656.121.61-
YUV59.29105.26109.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 80 (31.64% from 255) = 60.15%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=25.56%
G=60.15%
B=14.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480190.5800.760.69105.2561.6219.41
Hex2250133A04C45693e13
Octal42120237201141051517623
Binary100010101000010011111010010011001000101110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225013; }

 p { color: rgb(34,80,19); }

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

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

 a { background-color: rgb(34,80,19); }

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

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

 span { border-color: rgb(34,80,19); }

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