#21746B

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

Shades of Elm #21746B

Tints of Elm #21746B

Color information

#21746B (or 0x21746B) is unknown color: approx Elm. HEX triplet: 21, 74 and 6B. RGB value is (33,116,107). Sum of RGB (Red+Green+Blue) = 33+116+107=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #21746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21746B is #DE8B94. Grayscale: #5A5A5A. Windows color (decimal): -14584725 or 7042081. OLE color: 7042081.

HSL color Cylindrical-coordinate representation of color #21746B: hue angle of 173.49º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21746B is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB33116107-
CMYK0.7200.080.55
HSL173.49º55.7%29.22%-
HSV(B)173.49º71.55%45.49%-
XYZ9.5313.8816.09-
YUV90.16137.587.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=12.89%
G=45.31%
B=41.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331161070.7200.080.55173.4955.729.22
Hex21746B480837ad381d
Octal41164153110010672557035
Binary100001111010011010111001000010001101111010110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21746B; }

 p { color: rgb(33,116,107); }

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

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

 a { background-color: rgb(33,116,107); }

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

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

 span { border-color: rgb(33,116,107); }

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