#217740

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

Shades of Camarone #217740

Tints of Camarone #217740

Color information

#217740 (or 0x217740) is unknown color: approx Camarone. HEX triplet: 21, 77 and 40. RGB value is (33,119,64). Sum of RGB (Red+Green+Blue) = 33+119+64=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #217740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217740 is #DE88BF. Grayscale: #575757. Windows color (decimal): -14584000 or 4224801. OLE color: 4224801.

HSL color Cylindrical-coordinate representation of color #217740: hue angle of 141.63º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217740 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB3311964-
CMYK0.7200.460.53
HSL141.63º56.58%29.8%-
HSV(B)141.63º72.27%46.67%-
XYZ8.1513.897.1-
YUV87.02115.0189.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=15.28%
G=55.09%
B=29.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119640.7200.460.53141.6356.5829.8
Hex2177404802E358e391e
Octal41167100110056652167136
Binary10000111101111000000100100001011101101011000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217740; }

 p { color: rgb(33,119,64); }

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

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

 a { background-color: rgb(33,119,64); }

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

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

 span { border-color: rgb(33,119,64); }

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