Html Css Color HEX #3C746F Genoa

📋 copy color: '#3C746F'

red 60 ◦ green 116 ◦ blue 111

#3C746F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #3C746F

Tints of Genoa #3C746F

RGB

 RED value IS 60 (23.83% from 255) = 20.91%

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 20.91%
G = 40.42%
B = 38.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#3C746F (or 0x3C746F) is known color: Genoa. HEX triplet: 3C, 74 and 6F. RGB value is (60,116,111). Sum of RGB (Red+Green+Blue) = 60+116+111=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746F is #C38B90. Grayscale: #626262. Windows color (decimal): -12815249 or 7304252. OLE color: 7304252.

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

Color convert

RGB 60 116 111 -
CMYK 0.48 0 0.04 0.55
HSL 174.64º 0.32% 0.35% -
HSV(B) 174.64º 0.48% 0.45% -
XYZ 10.98 14.6 17.28 -
YUV 98.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 60 116 111 0.48 0 0.04 0.55 174.64 0.32 0.35
Hex 3C 74 6F 30 0 4 37 AF 20 23
Octal 74 164 157 60 0 4 67 257 40 43
Binary 111100 1110100 1101111 110000 0 100 110111 10101111 100000 100011

Color Harmonies of #3C746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C746F

Black with #3C746F

Text Example


Text Example

White with #3C746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C746F;
 }
 .AnyTagClassName
 {
   color: #3C746F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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