#255D1F

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

Shades of Myrtle #255D1F

Tints of Myrtle #255D1F

Color information

#255D1F (or 0x255D1F) is unknown color: approx Myrtle. HEX triplet: 25, 5D and 1F. RGB value is (37,93,31). Sum of RGB (Red+Green+Blue) = 37+93+31=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #255D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D1F is #DAA2E0. Grayscale: #454545. Windows color (decimal): -14328545 or 2055461. OLE color: 2055461.

HSL color Cylindrical-coordinate representation of color #255D1F: hue angle of 114.19º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255D1F is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB379331-
CMYK0.6000.670.64
HSL114.19º50%24.31%-
HSV(B)114.19º66.67%36.47%-
XYZ4.928.322.64-
YUV69.19106.45105.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 93 (36.72% from 255) = 57.76%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=22.98%
G=57.76%
B=19.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793310.6000.670.64114.195024.31
Hex255D1F3C04340723218
Octal45135377401031001626230
Binary100101101110111111111100010000111000000111001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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