Html Css Color HEX #3C746A Genoa

📋 copy color: '#3C746A'

red 60 ◦ green 116 ◦ blue 106

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

Shades of Genoa #3C746A

Tints of Genoa #3C746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 21.28%
G = 41.13%
B = 37.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#3C746A (or 0x3C746A) is known color: Genoa. HEX triplet: 3C, 74 and 6A. RGB value is (60,116,106). Sum of RGB (Red+Green+Blue) = 60+116+106=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746A is #C38B95. Grayscale: #626262. Windows color (decimal): -12815254 or 6976572. OLE color: 6976572.

HSL color Cylindrical-coordinate representation of color #3C746A: hue angle of 169.29º 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 #3C746A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 116 106 -
CMYK 0.48 0 0.09 0.55
HSL 169.29º 0.32% 0.35% -
HSV(B) 169.29º 0.48% 0.45% -
XYZ 10.71 14.49 15.87 -
YUV 98.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 60 116 106 0.48 0 0.09 0.55 169.29 0.32 0.35
Hex 3C 74 6A 30 0 9 37 A9 20 23
Octal 74 164 152 60 0 11 67 251 40 43
Binary 111100 1110100 1101010 110000 0 1001 110111 10101001 100000 100011

Color Harmonies of #3C746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C746A

Black with #3C746A

Text Example


Text Example

White with #3C746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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