#3C756F

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

Shades of Genoa #3C756F

Tints of Genoa #3C756F

Color information

#3C756F (or 0x3C756F) is unknown color: approx Genoa. HEX triplet: 3C, 75 and 6F. RGB value is (60,117,111). Sum of RGB (Red+Green+Blue) = 60+117+111=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #3C756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C756F is #C38A90. Grayscale: #636363. Windows color (decimal): -12814993 or 7304508. OLE color: 7304508.

HSL color Cylindrical-coordinate representation of color #3C756F: hue angle of 173.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C756F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB60117111-
CMYK0.4900.050.54
HSL173.68º32.2%34.71%-
HSV(B)173.68º48.72%45.88%-
XYZ11.0914.8317.32-
YUV99.27134.6299.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=20.83%
G=40.62%
B=38.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601171110.4900.050.54173.6832.234.71
Hex3C756F310536ae2023
Octal741651576105662564043
Binary11110011101011101111110001010111011010101110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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