#25480F

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

Shades of Myrtle #25480F

Tints of Myrtle #25480F

Color information

#25480F (or 0x25480F) is unknown color: approx Myrtle. HEX triplet: 25, 48 and 0F. RGB value is (37,72,15). Sum of RGB (Red+Green+Blue) = 37+72+15=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #25480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480F is #DAB7F0. Grayscale: #373737. Windows color (decimal): -14333937 or 1001509. OLE color: 1001509.

HSL color Cylindrical-coordinate representation of color #25480F: hue angle of 96.84º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25480F is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB377215-
CMYK0.4900.790.72
HSL96.84º65.52%17.06%-
HSV(B)96.84º79.17%28.24%-
XYZ3.175.061.26-
YUV55.04105.4115.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=29.84%
G=58.06%
B=12.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3772150.4900.790.7296.8465.5217.06
Hex2548F3104F48614211
Octal451101761011711014110221
Binary100101100100011111100010100111110010001100001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25480F; }

 p { color: rgb(37,72,15); }

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

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

 a { background-color: rgb(37,72,15); }

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

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

 span { border-color: rgb(37,72,15); }

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