#25520F

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

Shades of Myrtle #25520F

Tints of Myrtle #25520F

Color information

#25520F (or 0x25520F) is unknown color: approx Myrtle. HEX triplet: 25, 52 and 0F. RGB value is (37,82,15). Sum of RGB (Red+Green+Blue) = 37+82+15=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #25520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25520F is #DAADF0. Grayscale: #3D3D3D. Windows color (decimal): -14331377 or 1004069. OLE color: 1004069.

HSL color Cylindrical-coordinate representation of color #25520F: hue angle of 100.3º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25520F is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB378215-
CMYK0.5500.820.68
HSL100.3º69.07%19.02%-
HSV(B)100.3º81.71%32.16%-
XYZ3.876.461.5-
YUV60.91102.09110.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 82 (32.42% from 255) = 61.19%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=27.61%
G=61.19%
B=11.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782150.5500.820.68100.369.0719.02
Hex2552F3705244644513
Octal451221767012210414410523
Binary100101101001011111101110101001010001001100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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