#225024

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

Shades of Myrtle #225024

Tints of Myrtle #225024

Color information

#225024 (or 0x225024) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 24. RGB value is (34,80,36). Sum of RGB (Red+Green+Blue) = 34+80+36=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #225024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225024 is #DDAFDB. Grayscale: #3D3D3D. Windows color (decimal): -14528476 or 2379810. OLE color: 2379810.

HSL color Cylindrical-coordinate representation of color #225024: hue angle of 122.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225024 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB348036-
CMYK0.5800.550.69
HSL122.61º40.35%22.35%-
HSV(B)122.61º57.5%31.37%-
XYZ3.856.22.66-
YUV61.23113.76108.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 36 (14.45% from 255) = 24%
R=22.67%
G=53.33%
B=24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480360.5800.550.69122.6140.3522.35
Hex2250243A037457b2816
Octal4212044720671051735026
Binary100010101000010010011101001101111000101111101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225024; }

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

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

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

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

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

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

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

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