#215306

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

Shades of Myrtle #215306

Tints of Myrtle #215306

Color information

#215306 (or 0x215306) is unknown color: approx Myrtle. HEX triplet: 21, 53 and 06. RGB value is (33,83,6). Sum of RGB (Red+Green+Blue) = 33+83+6=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #215306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215306 is #DEACF9. Grayscale: #3B3B3B. Windows color (decimal): -14593274 or 414497. OLE color: 414497.

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

Color convert

RGB33836-
CMYK0.6000.930.67
HSL98.96º86.52%17.45%-
HSV(B)98.96º92.77%32.55%-
XYZ3.756.521.23-
YUV59.2797.94109.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 83 (32.81% from 255) = 68.03%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=27.05%
G=68.03%
B=4.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338360.6000.930.6798.9686.5217.45
Hex215363C05D43635711
Octal41123674013510314312721
Binary10000110100111101111000101110110000111100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215306; }

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

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

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

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

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

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

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

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