#39776B

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

Shades of Genoa #39776B

Tints of Genoa #39776B

Color information

#39776B (or 0x39776B) is unknown color: approx Genoa. HEX triplet: 39, 77 and 6B. RGB value is (57,119,107). Sum of RGB (Red+Green+Blue) = 57+119+107=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #39776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39776B is #C68894. Grayscale: #636363. Windows color (decimal): -13011093 or 7042873. OLE color: 7042873.

HSL color Cylindrical-coordinate representation of color #39776B: hue angle of 168.39º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39776B is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB57119107-
CMYK0.5200.100.53
HSL168.39º35.23%34.51%-
HSV(B)168.39º52.1%46.67%-
XYZ10.9415.1316.25-
YUV99.09132.4697.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=20.14%
G=42.05%
B=37.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191070.5200.100.53168.3935.2334.51
Hex39776B340A35a82323
Octal7116715364012652504343
Binary111001111011111010111101000101011010110101000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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