#33766B

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

Shades of Genoa #33766B

Tints of Genoa #33766B

Color information

#33766B (or 0x33766B) is unknown color: approx Genoa. HEX triplet: 33, 76 and 6B. RGB value is (51,118,107). Sum of RGB (Red+Green+Blue) = 51+118+107=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #33766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33766B is #CC8994. Grayscale: #606060. Windows color (decimal): -13404565 or 7042611. OLE color: 7042611.

HSL color Cylindrical-coordinate representation of color #33766B: hue angle of 170.15º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33766B is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB51118107-
CMYK0.5700.090.54
HSL170.15º39.64%33.14%-
HSV(B)170.15º56.78%46.27%-
XYZ10.514.7216.2-
YUV96.71133.895.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=18.48%
G=42.75%
B=38.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511181070.5700.090.54170.1539.6433.14
Hex33766B390936aa2821
Octal6316615371011662525041
Binary110011111011011010111110010100111011010101010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,118,107); }

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

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

 a { background-color: rgb(51,118,107); }

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

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

 span { border-color: rgb(51,118,107); }

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