#3C726D

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

Shades of Genoa #3C726D

Tints of Genoa #3C726D

Color information

#3C726D (or 0x3C726D) is unknown color: approx Genoa. HEX triplet: 3C, 72 and 6D. RGB value is (60,114,109). Sum of RGB (Red+Green+Blue) = 60+114+109=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726D is #C38D92. Grayscale: #616161. Windows color (decimal): -12815763 or 7172668. OLE color: 7172668.

HSL color Cylindrical-coordinate representation of color #3C726D: hue angle of 174.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C726D is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB60114109-
CMYK0.4700.040.55
HSL174.44º31.03%34.12%-
HSV(B)174.44º47.37%44.71%-
XYZ10.6414.116.63-
YUV97.28134.61101.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=21.20%
G=40.28%
B=38.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601141090.4700.040.55174.4431.0334.12
Hex3C726D2F0437ae1f22
Octal741621555704672563742
Binary1111001110010110110110111101001101111010111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,109); }

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

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

 a { background-color: rgb(60,114,109); }

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

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

 span { border-color: rgb(60,114,109); }

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