#255A01

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

Shades of Myrtle #255A01

Tints of Myrtle #255A01

Color information

#255A01 (or 0x255A01) is unknown color: approx Myrtle. HEX triplet: 25, 5A and 01. RGB value is (37,90,1). Sum of RGB (Red+Green+Blue) = 37+90+1=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #255A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A01 is #DAA5FE. Grayscale: #404040. Windows color (decimal): -14329343 or 88613. OLE color: 88613.

HSL color Cylindrical-coordinate representation of color #255A01: hue angle of 95.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #255A01 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB37901-
CMYK0.5900.990.65
HSL95.73º97.8%17.84%-
HSV(B)95.73º98.89%35.29%-
XYZ4.427.711.28-
YUV64.0192.44108.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 90 (35.55% from 255) = 70.31%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=28.91%
G=70.31%
B=0.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal379010.5900.990.6595.7397.817.84
Hex255A13B06341606212
Octal45132173014310114014222
Binary100101101101011110110110001110000011100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A01; }

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

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

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

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

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

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

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

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