#3B7C6E

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

Shades of Genoa #3B7C6E

Tints of Genoa #3B7C6E

Color information

#3B7C6E (or 0x3B7C6E) is unknown color: approx Genoa. HEX triplet: 3B, 7C and 6E. RGB value is (59,124,110). Sum of RGB (Red+Green+Blue) = 59+124+110=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C6E is #C48391. Grayscale: #666666. Windows color (decimal): -12878738 or 7240763. OLE color: 7240763.

HSL color Cylindrical-coordinate representation of color #3B7C6E: hue angle of 167.08º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C6E is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB59124110-
CMYK0.5200.110.51
HSL167.08º35.52%35.88%-
HSV(B)167.08º52.42%48.63%-
XYZ11.8316.4717.31-
YUV102.97131.9796.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.14%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=20.14%
G=42.32%
B=37.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591241100.5200.110.51167.0835.5235.88
Hex3B7C6E340B33a72424
Octal7317415664013632474444
Binary111011111110011011101101000101111001110100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7C6E; }

 p { color: rgb(59,124,110); }

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

<style>
 a { background-color: #3B7C6E; }

 a { background-color: rgb(59,124,110); }

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

<style>
 span { border-color: #3B7C6E; }

 span { border-color: rgb(59,124,110); }

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