#215305

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

Shades of Myrtle #215305

Tints of Myrtle #215305

Color information

#215305 (or 0x215305) is unknown color: approx Myrtle. HEX triplet: 21, 53 and 05. RGB value is (33,83,5). Sum of RGB (Red+Green+Blue) = 33+83+5=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #215305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215305 is #DEACFA. Grayscale: #3B3B3B. Windows color (decimal): -14593275 or 348961. OLE color: 348961.

HSL color Cylindrical-coordinate representation of color #215305: hue angle of 98.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #215305 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB33835-
CMYK0.6000.940.67
HSL98.46º88.64%17.25%-
HSV(B)98.46º93.98%32.55%-
XYZ3.756.521.2-
YUV59.1697.44109.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=27.27%
G=68.60%
B=4.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338350.6000.940.6798.4688.6417.25
Hex215353C05E43625911
Octal41123574013610314213121
Binary10000110100111011111000101111010000111100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215305; }

 p { color: rgb(33,83,5); }

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

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

 a { background-color: rgb(33,83,5); }

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

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

 span { border-color: rgb(33,83,5); }

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