#215312

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

Shades of Myrtle #215312

Tints of Myrtle #215312

Color information

#215312 (or 0x215312) is unknown color: approx Myrtle. HEX triplet: 21, 53 and 12. RGB value is (33,83,18). Sum of RGB (Red+Green+Blue) = 33+83+18=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #215312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215312 is #DEACED. Grayscale: #3C3C3C. Windows color (decimal): -14593262 or 1200929. OLE color: 1200929.

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

Color convert

RGB338318-
CMYK0.6000.780.67
HSL106.15º64.36%19.8%-
HSV(B)106.15º78.31%32.55%-
XYZ3.836.551.64-
YUV60.64103.94108.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 83 (32.81% from 255) = 61.94%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=24.63%
G=61.94%
B=13.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383180.6000.780.67106.1564.3619.8
Hex2153123C04E436a4014
Octal411232274011610315210024
Binary1000011010011100101111000100111010000111101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215312; }

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

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

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

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

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

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

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

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