#217240

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

Shades of Camarone #217240

Tints of Camarone #217240

Color information

#217240 (or 0x217240) is unknown color: approx Camarone. HEX triplet: 21, 72 and 40. RGB value is (33,114,64). Sum of RGB (Red+Green+Blue) = 33+114+64=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #217240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217240 is #DE8DBF. Grayscale: #545454. Windows color (decimal): -14585280 or 4223521. OLE color: 4223521.

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

Color convert

RGB3311464-
CMYK0.7100.440.55
HSL142.96º55.1%28.82%-
HSV(B)142.96º71.05%44.71%-
XYZ7.5712.736.91-
YUV84.08116.6691.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=15.64%
G=54.03%
B=30.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114640.7100.440.55142.9655.128.82
Hex2172404702C378f371d
Octal41162100107054672176735
Binary10000111100101000000100011101011001101111000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217240; }

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

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

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

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

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

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

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

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