#216333

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

Shades of Camarone #216333

Tints of Camarone #216333

Color information

#216333 (or 0x216333) is unknown color: approx Camarone. HEX triplet: 21, 63 and 33. RGB value is (33,99,51). Sum of RGB (Red+Green+Blue) = 33+99+51=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #216333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216333 is #DE9CCC. Grayscale: #494949. Windows color (decimal): -14589133 or 3367713. OLE color: 3367713.

HSL color Cylindrical-coordinate representation of color #216333: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216333 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB339951-
CMYK0.6700.480.61
HSL136.36º50%25.88%-
HSV(B)136.36º66.67%38.82%-
XYZ5.699.494.66-
YUV73.79115.1398.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=18.03%
G=54.10%
B=27.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399510.6700.480.61136.365025.88
Hex216333430303D88321a
Octal4114363103060752106232
Binary1000011100011110011100001101100001111011000100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216333; }

 p { color: rgb(33,99,51); }

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

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

 a { background-color: rgb(33,99,51); }

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

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

 span { border-color: rgb(33,99,51); }

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