#217131

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

Shades of Camarone #217131

Tints of Camarone #217131

Color information

#217131 (or 0x217131) is unknown color: approx Camarone. HEX triplet: 21, 71 and 31. RGB value is (33,113,49). Sum of RGB (Red+Green+Blue) = 33+113+49=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #217131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217131 is #DE8ECE. Grayscale: #515151. Windows color (decimal): -14585551 or 3240225. OLE color: 3240225.

HSL color Cylindrical-coordinate representation of color #217131: hue angle of 132º 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 #217131 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB3311349-
CMYK0.7100.570.56
HSL132º54.79%28.63%-
HSV(B)132º70.8%44.31%-
XYZ7.0912.364.92-
YUV81.78109.593.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=16.92%
G=57.95%
B=25.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113490.7100.570.5613254.7928.63
Hex217131470393884371d
Octal4116161107071702046735
Binary1000011110001110001100011101110011110001000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217131; }

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

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

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

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

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

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

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

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