#25500E

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

Shades of Myrtle #25500E

Tints of Myrtle #25500E

Color information

#25500E (or 0x25500E) is unknown color: approx Myrtle. HEX triplet: 25, 50 and 0E. RGB value is (37,80,14). Sum of RGB (Red+Green+Blue) = 37+80+14=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #25500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25500E is #DAAFF1. Grayscale: #3B3B3B. Windows color (decimal): -14331890 or 938021. OLE color: 938021.

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

Color convert

RGB378014-
CMYK0.5400.830.69
HSL99.09º70.21%18.43%-
HSV(B)99.09º82.5%31.37%-
XYZ3.716.161.41-
YUV59.62102.25111.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 80 (31.64% from 255) = 61.07%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=28.24%
G=61.07%
B=10.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780140.5400.830.6999.0970.2118.43
Hex2550E3605345634612
Octal451201666012310514310622
Binary100101101000011101101100101001110001011100011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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