#216836

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

Shades of Camarone #216836

Tints of Camarone #216836

Color information

#216836 (or 0x216836) is unknown color: approx Camarone. HEX triplet: 21, 68 and 36. RGB value is (33,104,54). Sum of RGB (Red+Green+Blue) = 33+104+54=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #216836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216836 is #DE97C9. Grayscale: #4D4D4D. Windows color (decimal): -14587850 or 3565601. OLE color: 3565601.

HSL color Cylindrical-coordinate representation of color #216836: hue angle of 137.75º 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 #216836 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB3310454-
CMYK0.6800.480.59
HSL137.75º51.82%26.86%-
HSV(B)137.75º68.27%40.78%-
XYZ6.2410.495.19-
YUV77.07114.9896.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=17.28%
G=54.45%
B=28.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104540.6800.480.59137.7551.8226.86
Hex216836440303B8a341b
Octal4115066104060732126433
Binary1000011101000110110100010001100001110111000101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216836; }

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

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

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

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

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

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

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

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