#21766A

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

Shades of Genoa #21766A

Tints of Genoa #21766A

Color information

#21766A (or 0x21766A) is unknown color: approx Genoa. HEX triplet: 21, 76 and 6A. RGB value is (33,118,106). Sum of RGB (Red+Green+Blue) = 33+118+106=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #21766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21766A is #DE8995. Grayscale: #5B5B5B. Windows color (decimal): -14584214 or 6977057. OLE color: 6977057.

HSL color Cylindrical-coordinate representation of color #21766A: hue angle of 171.53º 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 #21766A is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB33118106-
CMYK0.7200.100.54
HSL171.53º56.29%29.61%-
HSV(B)171.53º72.03%46.27%-
XYZ9.7114.3215.89-
YUV91.22136.3486.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=12.84%
G=45.91%
B=41.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331181060.7200.100.54171.5356.2929.61
Hex21766A480A36ac381e
Octal41166152110012662547036
Binary100001111011011010101001000010101101101010110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21766A; }

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

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

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

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

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

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

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

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