#21763B

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

Shades of Camarone #21763B

Tints of Camarone #21763B

Color information

#21763B (or 0x21763B) is unknown color: approx Camarone. HEX triplet: 21, 76 and 3B. RGB value is (33,118,59). Sum of RGB (Red+Green+Blue) = 33+118+59=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #21763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21763B is #DE89C4. Grayscale: #565656. Windows color (decimal): -14584261 or 3896865. OLE color: 3896865.

HSL color Cylindrical-coordinate representation of color #21763B: hue angle of 138.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21763B is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB3311859-
CMYK0.7200.500.54
HSL138.35º56.29%29.61%-
HSV(B)138.35º72.03%46.27%-
XYZ7.913.66.35-
YUV85.86112.8490.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=15.71%
G=56.19%
B=28.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33118590.7200.500.54138.3556.2929.61
Hex21763B48032368a381e
Octal4116673110062662127036
Binary1000011110110111011100100001100101101101000101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21763B; }

 p { color: rgb(33,118,59); }

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

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

 a { background-color: rgb(33,118,59); }

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

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

 span { border-color: rgb(33,118,59); }

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