#216635

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

Shades of Camarone #216635

Tints of Camarone #216635

Color information

#216635 (or 0x216635) is unknown color: approx Camarone. HEX triplet: 21, 66 and 35. RGB value is (33,102,53). Sum of RGB (Red+Green+Blue) = 33+102+53=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #216635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216635 is #DE99CA. Grayscale: #4B4B4B. Windows color (decimal): -14588363 or 3499553. OLE color: 3499553.

HSL color Cylindrical-coordinate representation of color #216635: hue angle of 137.39º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216635 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB3310253-
CMYK0.6800.480.6
HSL137.39º51.11%26.47%-
HSV(B)137.39º67.65%40%-
XYZ6.0210.085-
YUV75.78115.1497.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=17.55%
G=54.26%
B=28.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102530.6800.480.6137.3951.1126.47
Hex216635440303C89331a
Octal4114665104060742116332
Binary1000011100110110101100010001100001111001000100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216635; }

 p { color: rgb(33,102,53); }

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

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

 a { background-color: rgb(33,102,53); }

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

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

 span { border-color: rgb(33,102,53); }

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