#39766B

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

Shades of Genoa #39766B

Tints of Genoa #39766B

Color information

#39766B (or 0x39766B) is unknown color: approx Genoa. HEX triplet: 39, 76 and 6B. RGB value is (57,118,107). Sum of RGB (Red+Green+Blue) = 57+118+107=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #39766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39766B is #C68994. Grayscale: #626262. Windows color (decimal): -13011349 or 7042617. OLE color: 7042617.

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

Color convert

RGB57118107-
CMYK0.5200.090.54
HSL169.18º34.86%34.31%-
HSV(B)169.18º51.69%46.27%-
XYZ10.8214.8916.21-
YUV98.51132.7998.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=20.21%
G=41.84%
B=37.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571181070.5200.090.54169.1834.8634.31
Hex39766B340936a92322
Octal7116615364011662514342
Binary111001111011011010111101000100111011010101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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