#216B35

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

Shades of Camarone #216B35

Tints of Camarone #216B35

Color information

#216B35 (or 0x216B35) is unknown color: approx Camarone. HEX triplet: 21, 6B and 35. RGB value is (33,107,53). Sum of RGB (Red+Green+Blue) = 33+107+53=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #216B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B35 is #DE94CA. Grayscale: #4E4E4E. Windows color (decimal): -14587083 or 3500833. OLE color: 3500833.

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

Color convert

RGB3310753-
CMYK0.6900.500.58
HSL136.22º52.86%27.45%-
HSV(B)136.22º69.16%41.96%-
XYZ6.5311.15.17-
YUV78.72113.4895.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=17.10%
G=55.44%
B=27.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107530.6900.500.58136.2252.8627.45
Hex216B35450323A88351b
Octal4115365105062722106533
Binary1000011101011110101100010101100101110101000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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