#255502

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

Shades of Myrtle #255502

Tints of Myrtle #255502

Color information

#255502 (or 0x255502) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 02. RGB value is (37,85,2). Sum of RGB (Red+Green+Blue) = 37+85+2=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #255502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255502 is #DAAAFD. Grayscale: #3D3D3D. Windows color (decimal): -14330622 or 152869. OLE color: 152869.

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

Color convert

RGB37852-
CMYK0.5600.980.67
HSL94.7º95.4%17.06%-
HSV(B)94.7º97.65%33.33%-
XYZ4.026.891.18-
YUV61.1994.6110.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=29.84%
G=68.55%
B=1.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378520.5600.980.6794.795.417.06
Hex2555238062435f5f11
Octal45125270014210313713721
Binary1001011010101101110000110001010000111011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255502; }

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

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

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

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

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

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

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

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