#3C7F75

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

Shades of Genoa #3C7F75

Tints of Genoa #3C7F75

Color information

#3C7F75 (or 0x3C7F75) is unknown color: approx Genoa. HEX triplet: 3C, 7F and 75. RGB value is (60,127,117). Sum of RGB (Red+Green+Blue) = 60+127+117=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F75 is #C3808A. Grayscale: #696969. Windows color (decimal): -12812427 or 7700284. OLE color: 7700284.

HSL color Cylindrical-coordinate representation of color #3C7F75: hue angle of 171.04º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F75 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB60127117-
CMYK0.5300.080.50
HSL171.04º35.83%36.67%-
HSV(B)171.04º52.76%49.8%-
XYZ12.6617.4219.53-
YUV105.83134.395.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=19.74%
G=41.78%
B=38.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal601271170.5300.080.50171.0435.8336.67
Hex3C7F75350832ab2425
Octal7417716565010622534445
Binary111100111111111101011101010100011001010101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,127,117); }

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

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

 a { background-color: rgb(60,127,117); }

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

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

 span { border-color: rgb(60,127,117); }

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