#25480E

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

Shades of Myrtle #25480E

Tints of Myrtle #25480E

Color information

#25480E (or 0x25480E) is unknown color: approx Myrtle. HEX triplet: 25, 48 and 0E. RGB value is (37,72,14). Sum of RGB (Red+Green+Blue) = 37+72+14=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #25480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480E is #DAB7F1. Grayscale: #373737. Windows color (decimal): -14333938 or 935973. OLE color: 935973.

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

Color convert

RGB377214-
CMYK0.4900.810.72
HSL96.21º67.44%16.86%-
HSV(B)96.21º80.56%28.24%-
XYZ3.165.061.23-
YUV54.92104.9115.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=30.08%
G=58.54%
B=11.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3772140.4900.810.7296.2167.4416.86
Hex2548E3105148604311
Octal451101661012111014010321
Binary100101100100011101100010101000110010001100000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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