#216137

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

Shades of Camarone #216137

Tints of Camarone #216137

Color information

#216137 (or 0x216137) is unknown color: approx Camarone. HEX triplet: 21, 61 and 37. RGB value is (33,97,55). Sum of RGB (Red+Green+Blue) = 33+97+55=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #216137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216137 is #DE9EC8. Grayscale: #494949. Windows color (decimal): -14589641 or 3629345. OLE color: 3629345.

HSL color Cylindrical-coordinate representation of color #216137: hue angle of 140.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216137 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB339755-
CMYK0.6600.430.62
HSL140.62º49.23%25.49%-
HSV(B)140.62º65.98%38.04%-
XYZ5.599.155.09-
YUV73.08117.899.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=17.84%
G=52.43%
B=29.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397550.6600.430.62140.6249.2325.49
Hex2161374202B3E8d3119
Octal4114167102053762156131
Binary1000011100001110111100001001010111111101000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216137; }

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

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

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

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

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

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

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

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