#255003

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

Shades of Myrtle #255003

Tints of Myrtle #255003

Color information

#255003 (or 0x255003) is unknown color: approx Myrtle. HEX triplet: 25, 50 and 03. RGB value is (37,80,3). Sum of RGB (Red+Green+Blue) = 37+80+3=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #255003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255003 is #DAAFFC. Grayscale: #3A3A3A. Windows color (decimal): -14331901 or 217125. OLE color: 217125.

HSL color Cylindrical-coordinate representation of color #255003: hue angle of 93.51º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #255003 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB37803-
CMYK0.5400.960.69
HSL93.51º92.77%16.27%-
HSV(B)93.51º96.25%31.37%-
XYZ3.656.141.08-
YUV58.3696.75112.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=30.83%
G=66.67%
B=2.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378030.5400.960.6993.5192.7716.27
Hex2550336060455e5d10
Octal45120366014010513613520
Binary1001011010000111101100110000010001011011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255003; }

 p { color: rgb(37,80,3); }

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

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

 a { background-color: rgb(37,80,3); }

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

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

 span { border-color: rgb(37,80,3); }

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