#215025

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

Shades of Myrtle #215025

Tints of Myrtle #215025

Color information

#215025 (or 0x215025) is unknown color: approx Myrtle. HEX triplet: 21, 50 and 25. RGB value is (33,80,37). Sum of RGB (Red+Green+Blue) = 33+80+37=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #215025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215025 is #DEAFDA. Grayscale: #3D3D3D. Windows color (decimal): -14594011 or 2445345. OLE color: 2445345.

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

Color convert

RGB338037-
CMYK0.5900.540.69
HSL125.11º41.59%22.16%-
HSV(B)125.11º58.75%31.37%-
XYZ3.836.192.74-
YUV61.04114.43108-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=22%
G=53.33%
B=24.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380370.5900.540.69125.1141.5922.16
Hex2150253B036457d2a16
Octal4112045730661051755226
Binary100001101000010010111101101101101000101111110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215025; }

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

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

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

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

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

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

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

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