#25500B

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

Shades of Myrtle #25500B

Tints of Myrtle #25500B

Color information

#25500B (or 0x25500B) is unknown color: approx Myrtle. HEX triplet: 25, 50 and 0B. RGB value is (37,80,11). Sum of RGB (Red+Green+Blue) = 37+80+11=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #25500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25500B is #DAAFF4. Grayscale: #3B3B3B. Windows color (decimal): -14331893 or 741413. OLE color: 741413.

HSL color Cylindrical-coordinate representation of color #25500B: hue angle of 97.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25500B is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB378011-
CMYK0.5400.860.69
HSL97.39º75.82%17.84%-
HSV(B)97.39º86.25%31.37%-
XYZ3.696.151.31-
YUV59.28100.75112.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=28.91%
G=62.5%
B=8.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780110.5400.860.6997.3975.8217.84
Hex2550B3605645614c12
Octal451201366012610514111422
Binary100101101000010111101100101011010001011100001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25500B; }

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

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

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

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

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

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

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

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