#255508

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

Shades of Myrtle #255508

Tints of Myrtle #255508

Color information

#255508 (or 0x255508) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 08. RGB value is (37,85,8). Sum of RGB (Red+Green+Blue) = 37+85+8=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #255508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255508 is #DAAAF7. Grayscale: #3E3E3E. Windows color (decimal): -14330616 or 546085. OLE color: 546085.

HSL color Cylindrical-coordinate representation of color #255508: hue angle of 97.4º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #255508 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB37858-
CMYK0.5600.910.67
HSL97.4º82.8%18.24%-
HSV(B)97.4º90.59%33.33%-
XYZ4.066.911.35-
YUV61.8797.6110.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 85 (33.59% from 255) = 65.38%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=28.46%
G=65.38%
B=6.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378580.5600.910.6797.482.818.24
Hex255583805B43615312
Octal451251070013310314112322
Binary100101101010110001110000101101110000111100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255508; }

 p { color: rgb(37,85,8); }

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

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

 a { background-color: rgb(37,85,8); }

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

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

 span { border-color: rgb(37,85,8); }

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