#216B37

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

Shades of Camarone #216B37

Tints of Camarone #216B37

Color information

#216B37 (or 0x216B37) is unknown color: approx Camarone. HEX triplet: 21, 6B and 37. RGB value is (33,107,55). Sum of RGB (Red+Green+Blue) = 33+107+55=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #216B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B37 is #DE94C8. Grayscale: #4F4F4F. Windows color (decimal): -14587081 or 3631905. OLE color: 3631905.

HSL color Cylindrical-coordinate representation of color #216B37: hue angle of 137.84º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B37 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB3310755-
CMYK0.6900.490.58
HSL137.84º52.86%27.45%-
HSV(B)137.84º69.16%41.96%-
XYZ6.5711.115.41-
YUV78.95114.4895.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=16.92%
G=54.87%
B=28.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107550.6900.490.58137.8452.8627.45
Hex216B37450313A8a351b
Octal4115367105061722126533
Binary1000011101011110111100010101100011110101000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B37; }

 p { color: rgb(33,107,55); }

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

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

 a { background-color: rgb(33,107,55); }

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

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

 span { border-color: rgb(33,107,55); }

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