#215304

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

Shades of Myrtle #215304

Tints of Myrtle #215304

Color information

#215304 (or 0x215304) is unknown color: approx Myrtle. HEX triplet: 21, 53 and 04. RGB value is (33,83,4). Sum of RGB (Red+Green+Blue) = 33+83+4=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #215304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215304 is #DEACFB. Grayscale: #3B3B3B. Windows color (decimal): -14593276 or 283425. OLE color: 283425.

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

Color convert

RGB33834-
CMYK0.6000.950.67
HSL97.97º90.8%17.06%-
HSV(B)97.97º95.18%32.55%-
XYZ3.746.521.18-
YUV59.0496.94109.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=27.5%
G=69.17%
B=3.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338340.6000.950.6797.9790.817.06
Hex215343C05F43625b11
Octal41123474013710314213321
Binary10000110100111001111000101111110000111100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215304; }

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

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

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

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

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

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

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

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