#218742

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

Shades of Salem #218742

Tints of Salem #218742

Color information

#218742 (or 0x218742) is unknown color: approx Salem. HEX triplet: 21, 87 and 42. RGB value is (33,135,66). Sum of RGB (Red+Green+Blue) = 33+135+66=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #218742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218742 is #DE78BD. Grayscale: #606060. Windows color (decimal): -14579902 or 4359969. OLE color: 4359969.

HSL color Cylindrical-coordinate representation of color #218742: hue angle of 139.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218742 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB3313566-
CMYK0.7600.510.47
HSL139.41º60.71%32.94%-
HSV(B)139.41º75.56%52.94%-
XYZ10.2718.048.1-
YUV96.64110.7182.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=14.10%
G=57.69%
B=28.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33135660.7600.510.47139.4160.7132.94
Hex2187424C0332F8b3d21
Octal41207102114063572137541
Binary1000011000011110000101001100011001110111110001011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218742; }

 p { color: rgb(33,135,66); }

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

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

 a { background-color: rgb(33,135,66); }

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

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

 span { border-color: rgb(33,135,66); }

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