#255501

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

Shades of Myrtle #255501

Tints of Myrtle #255501

Color information

#255501 (or 0x255501) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 01. RGB value is (37,85,1). Sum of RGB (Red+Green+Blue) = 37+85+1=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #255501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255501 is #DAAAFE. Grayscale: #3D3D3D. Windows color (decimal): -14330623 or 87333. OLE color: 87333.

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

Color convert

RGB37851-
CMYK0.5600.990.67
HSL94.29º97.67%16.86%-
HSV(B)94.29º98.82%33.33%-
XYZ4.026.891.15-
YUV61.0794.1110.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=30.08%
G=69.11%
B=0.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal378510.5600.990.6794.2997.6716.86
Hex2555138063435e6211
Octal45125170014310313614221
Binary100101101010111110000110001110000111011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255501; }

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

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

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

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

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

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

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

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