#255122

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

Shades of Myrtle #255122

Tints of Myrtle #255122

Color information

#255122 (or 0x255122) is unknown color: approx Myrtle. HEX triplet: 25, 51 and 22. RGB value is (37,81,34). Sum of RGB (Red+Green+Blue) = 37+81+34=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #255122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255122 is #DAAEDD. Grayscale: #3E3E3E. Windows color (decimal): -14331614 or 2248997. OLE color: 2248997.

HSL color Cylindrical-coordinate representation of color #255122: hue angle of 116.17º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255122 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB378134-
CMYK0.5400.580.68
HSL116.17º40.87%22.55%-
HSV(B)116.17º58.02%31.76%-
XYZ3.996.392.54-
YUV62.49111.92109.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 81 (32.03% from 255) = 53.29%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=24.34%
G=53.29%
B=22.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781340.5400.580.68116.1740.8722.55
Hex2551223603A44742917
Octal4512142660721041645127
Binary100101101000110001011011001110101000100111010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255122; }

 p { color: rgb(37,81,34); }

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

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

 a { background-color: rgb(37,81,34); }

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

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

 span { border-color: rgb(37,81,34); }

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