#216831

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

Shades of Camarone #216831

Tints of Camarone #216831

Color information

#216831 (or 0x216831) is unknown color: approx Camarone. HEX triplet: 21, 68 and 31. RGB value is (33,104,49). Sum of RGB (Red+Green+Blue) = 33+104+49=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #216831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216831 is #DE97CE. Grayscale: #4C4C4C. Windows color (decimal): -14587855 or 3237921. OLE color: 3237921.

HSL color Cylindrical-coordinate representation of color #216831: hue angle of 133.52º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216831 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB3310449-
CMYK0.6800.530.59
HSL133.52º51.82%26.86%-
HSV(B)133.52º68.27%40.78%-
XYZ6.1310.454.6-
YUV76.5112.4896.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=17.74%
G=55.91%
B=26.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104490.6800.530.59133.5251.8226.86
Hex216831440353B86341b
Octal4115061104065732066433
Binary1000011101000110001100010001101011110111000011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216831; }

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

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

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

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

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

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

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

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