#217840

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

Shades of Camarone #217840

Tints of Camarone #217840

Color information

#217840 (or 0x217840) is unknown color: approx Camarone. HEX triplet: 21, 78 and 40. RGB value is (33,120,64). Sum of RGB (Red+Green+Blue) = 33+120+64=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #217840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217840 is #DE87BF. Grayscale: #575757. Windows color (decimal): -14583744 or 4225057. OLE color: 4225057.

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

Color convert

RGB3312064-
CMYK0.7200.470.53
HSL141.38º56.86%30%-
HSV(B)141.38º72.5%47.06%-
XYZ8.2714.137.14-
YUV87.6114.6889.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=15.21%
G=55.30%
B=29.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120640.7200.470.53141.3856.8630
Hex2178404802F358d391e
Octal41170100110057652157136
Binary10000111110001000000100100001011111101011000110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217840; }

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

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

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

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

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

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

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

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