#255A16

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

Shades of Myrtle #255A16

Tints of Myrtle #255A16

Color information

#255A16 (or 0x255A16) is unknown color: approx Myrtle. HEX triplet: 25, 5A and 16. RGB value is (37,90,22). Sum of RGB (Red+Green+Blue) = 37+90+22=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #255A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A16 is #DAA5E9. Grayscale: #424242. Windows color (decimal): -14329322 or 1464869. OLE color: 1464869.

HSL color Cylindrical-coordinate representation of color #255A16: hue angle of 106.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255A16 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB379022-
CMYK0.5900.760.65
HSL106.76º60.71%21.96%-
HSV(B)106.76º75.56%35.29%-
XYZ4.567.762.02-
YUV66.4102.94107.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 90 (35.55% from 255) = 60.40%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=24.83%
G=60.40%
B=14.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790220.5900.760.65106.7660.7121.96
Hex255A163B04C416b3d16
Octal45132267301141011537526
Binary100101101101010110111011010011001000001110101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A16; }

 p { color: rgb(37,90,22); }

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

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

 a { background-color: rgb(37,90,22); }

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

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

 span { border-color: rgb(37,90,22); }

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