#216A37

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

Shades of Camarone #216A37

Tints of Camarone #216A37

Color information

#216A37 (or 0x216A37) is unknown color: approx Camarone. HEX triplet: 21, 6A and 37. RGB value is (33,106,55). Sum of RGB (Red+Green+Blue) = 33+106+55=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #216A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A37 is #DE95C8. Grayscale: #4E4E4E. Windows color (decimal): -14587337 or 3631649. OLE color: 3631649.

HSL color Cylindrical-coordinate representation of color #216A37: hue angle of 138.08º 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 #216A37 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB3310655-
CMYK0.6900.480.58
HSL138.08º52.52%27.25%-
HSV(B)138.08º68.87%41.57%-
XYZ6.4710.915.38-
YUV78.36114.8295.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 106 (41.80% from 255) = 54.64%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=17.01%
G=54.64%
B=28.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106550.6900.480.58138.0852.5227.25
Hex216A37450303A8a351b
Octal4115267105060722126533
Binary1000011101010110111100010101100001110101000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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