#255D13

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

Shades of Myrtle #255D13

Tints of Myrtle #255D13

Color information

#255D13 (or 0x255D13) is unknown color: approx Myrtle. HEX triplet: 25, 5D and 13. RGB value is (37,93,19). Sum of RGB (Red+Green+Blue) = 37+93+19=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #255D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255D13 is #DAA2EC. Grayscale: #444444. Windows color (decimal): -14328557 or 1269029. OLE color: 1269029.

HSL color Cylindrical-coordinate representation of color #255D13: hue angle of 105.41º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255D13 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB379319-
CMYK0.6000.800.64
HSL105.41º66.07%21.96%-
HSV(B)105.41º79.57%36.47%-
XYZ4.798.271.96-
YUV67.82100.45106.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 93 (36.72% from 255) = 62.42%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=24.83%
G=62.42%
B=12.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793190.6000.800.64105.4166.0721.96
Hex255D133C05040694216
Octal451352374012010015110226
Binary1001011011101100111111000101000010000001101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,19); }

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

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

 a { background-color: rgb(37,93,19); }

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

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

 span { border-color: rgb(37,93,19); }

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