#255511

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

Shades of Myrtle #255511

Tints of Myrtle #255511

Color information

#255511 (or 0x255511) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 11. RGB value is (37,85,17). Sum of RGB (Red+Green+Blue) = 37+85+17=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #255511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255511 is #DAAAEE. Grayscale: #3F3F3F. Windows color (decimal): -14330607 or 1135909. OLE color: 1135909.

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

Color convert

RGB378517-
CMYK0.5600.800.67
HSL102.35º66.67%20%-
HSV(B)102.35º80%33.33%-
XYZ4.116.931.65-
YUV62.9102.1109.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=26.62%
G=61.15%
B=12.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785170.5600.800.67102.3566.6720
Hex2555113805043664314
Octal451252170012010314610324
Binary1001011010101100011110000101000010000111100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255511; }

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

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

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

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

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

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

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

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