#205025

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

Shades of Myrtle #205025

Tints of Myrtle #205025

Color information

#205025 (or 0x205025) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 25. RGB value is (32,80,37). Sum of RGB (Red+Green+Blue) = 32+80+37=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #205025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205025 is #DFAFDA. Grayscale: #3C3C3C. Windows color (decimal): -14659547 or 2445344. OLE color: 2445344.

HSL color Cylindrical-coordinate representation of color #205025: hue angle of 126.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205025 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB328037-
CMYK0.6000.540.69
HSL126.25º42.86%21.96%-
HSV(B)126.25º60%31.37%-
XYZ3.86.182.74-
YUV60.75114.6107.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=21.48%
G=53.69%
B=24.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280370.6000.540.69126.2542.8621.96
Hex2050253C036457e2b16
Octal4012045740661051765326
Binary100000101000010010111110001101101000101111111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205025; }

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

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

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

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

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

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

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

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