#217132

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

Shades of Camarone #217132

Tints of Camarone #217132

Color information

#217132 (or 0x217132) is unknown color: approx Camarone. HEX triplet: 21, 71 and 32. RGB value is (33,113,50). Sum of RGB (Red+Green+Blue) = 33+113+50=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #217132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217132 is #DE8ECD. Grayscale: #525252. Windows color (decimal): -14585550 or 3305761. OLE color: 3305761.

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

Color convert

RGB3311350-
CMYK0.7100.560.56
HSL132.75º54.79%28.63%-
HSV(B)132.75º70.8%44.31%-
XYZ7.1112.365.03-
YUV81.911093.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=16.84%
G=57.65%
B=25.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113500.7100.560.56132.7554.7928.63
Hex217132470383885371d
Octal4116162107070702056735
Binary1000011110001110010100011101110001110001000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217132; }

 p { color: rgb(33,113,50); }

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

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

 a { background-color: rgb(33,113,50); }

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

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

 span { border-color: rgb(33,113,50); }

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