#255B01

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

Shades of Myrtle #255B01

Tints of Myrtle #255B01

Color information

#255B01 (or 0x255B01) is unknown color: approx Myrtle. HEX triplet: 25, 5B and 01. RGB value is (37,91,1). Sum of RGB (Red+Green+Blue) = 37+91+1=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #255B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B01 is #DAA4FE. Grayscale: #404040. Windows color (decimal): -14329087 or 88869. OLE color: 88869.

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

Color convert

RGB37911-
CMYK0.5900.990.64
HSL96º97.83%18.04%-
HSV(B)96º98.9%35.69%-
XYZ4.517.881.31-
YUV64.5992.11108.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 91 (35.94% from 255) = 70.54%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=28.68%
G=70.54%
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.64
SystemRedGreenBlueCMYKHSL
Decimal379110.5900.990.649697.8318.04
Hex255B13B06340606212
Octal45133173014310014014222
Binary100101101101111110110110001110000001100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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