#25550A

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

Shades of Myrtle #25550A

Tints of Myrtle #25550A

Color information

#25550A (or 0x25550A) is unknown color: approx Myrtle. HEX triplet: 25, 55 and 0A. RGB value is (37,85,10). Sum of RGB (Red+Green+Blue) = 37+85+10=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #25550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25550A is #DAAAF5. Grayscale: #3E3E3E. Windows color (decimal): -14330614 or 677157. OLE color: 677157.

HSL color Cylindrical-coordinate representation of color #25550A: hue angle of 98.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25550A is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB378510-
CMYK0.5600.880.67
HSL98.4º78.95%18.63%-
HSV(B)98.4º88.24%33.33%-
XYZ4.076.911.41-
YUV62.198.6110.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=28.03%
G=64.39%
B=7.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785100.5600.880.6798.478.9518.63
Hex2555A3805843624f13
Octal451251270013010314211723
Binary100101101010110101110000101100010000111100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25550A; }

 p { color: rgb(37,85,10); }

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

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

 a { background-color: rgb(37,85,10); }

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

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

 span { border-color: rgb(37,85,10); }

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