#217440

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

Shades of Camarone #217440

Tints of Camarone #217440

Color information

#217440 (or 0x217440) is unknown color: approx Camarone. HEX triplet: 21, 74 and 40. RGB value is (33,116,64). Sum of RGB (Red+Green+Blue) = 33+116+64=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #217440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217440 is #DE8BBF. Grayscale: #555555. Windows color (decimal): -14584768 or 4224033. OLE color: 4224033.

HSL color Cylindrical-coordinate representation of color #217440: hue angle of 142.41º 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 #217440 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB3311664-
CMYK0.7200.450.55
HSL142.41º55.7%29.22%-
HSV(B)142.41º71.55%45.49%-
XYZ7.813.186.98-
YUV85.2611690.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=15.49%
G=54.46%
B=30.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116640.7200.450.55142.4155.729.22
Hex2174404802D378e381d
Octal41164100110055672167035
Binary10000111101001000000100100001011011101111000111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217440; }

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

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

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

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

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

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

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

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