#213718

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

Shades of Myrtle #213718

Tints of Myrtle #213718

Color information

#213718 (or 0x213718) is unknown color: approx Myrtle. HEX triplet: 21, 37 and 18. RGB value is (33,55,24). Sum of RGB (Red+Green+Blue) = 33+55+24=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #213718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213718 is #DEC8E7. Grayscale: #2C2C2C. Windows color (decimal): -14600424 or 1586977. OLE color: 1586977.

HSL color Cylindrical-coordinate representation of color #213718: hue angle of 102.58º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #213718 is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB335524-
CMYK0.400.560.78
HSL102.58º39.24%15.49%-
HSV(B)102.58º56.36%21.57%-
XYZ2.163.121.35-
YUV44.89116.21119.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=29.46%
G=49.11%
B=21.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355240.400.560.78102.5839.2415.49
Hex213718280384E6727f
Octal416730500701161474717
Binary100001110111110001010000111000100111011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213718; }

 p { color: rgb(33,55,24); }

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

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

 a { background-color: rgb(33,55,24); }

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

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

 span { border-color: rgb(33,55,24); }

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