#255401

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

Shades of Myrtle #255401

Tints of Myrtle #255401

Color information

#255401 (or 0x255401) is unknown color: approx Myrtle. HEX triplet: 25, 54 and 01. RGB value is (37,84,1). Sum of RGB (Red+Green+Blue) = 37+84+1=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #255401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255401 is #DAABFE. Grayscale: #3C3C3C. Windows color (decimal): -14330879 or 87077. OLE color: 87077.

HSL color Cylindrical-coordinate representation of color #255401: hue angle of 93.98º 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 #255401 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB37841-
CMYK0.5600.990.67
HSL93.98º97.65%16.67%-
HSV(B)93.98º98.81%32.94%-
XYZ3.946.741.12-
YUV60.4894.43111.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=30.33%
G=68.85%
B=0.82%

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
Decimal378410.5600.990.6793.9897.6516.67
Hex2554138063435e6211
Octal45124170014310313614221
Binary100101101010011110000110001110000111011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255401; }

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

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

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

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

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

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

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

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