#255A1C

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

Shades of Myrtle #255A1C

Tints of Myrtle #255A1C

Color information

#255A1C (or 0x255A1C) is unknown color: approx Myrtle. HEX triplet: 25, 5A and 1C. RGB value is (37,90,28). Sum of RGB (Red+Green+Blue) = 37+90+28=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #255A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A1C is #DAA5E3. Grayscale: #434343. Windows color (decimal): -14329316 or 1858085. OLE color: 1858085.

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

Color convert

RGB379028-
CMYK0.5900.690.65
HSL111.29º52.54%23.14%-
HSV(B)111.29º68.89%35.29%-
XYZ4.637.792.36-
YUV67.09105.94106.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 90 (35.55% from 255) = 58.06%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=23.87%
G=58.06%
B=18.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790280.5900.690.65111.2952.5423.14
Hex255A1C3B045416f3517
Octal45132347301051011576527
Binary100101101101011100111011010001011000001110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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