Html Css Color HEX #3C746B Genoa

📋 copy color: '#3C746B'

red 60 ◦ green 116 ◦ blue 107

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

Shades of Genoa #3C746B

Tints of Genoa #3C746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 21.2%
G = 40.99%
B = 37.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#3C746B (or 0x3C746B) is known color: Genoa. HEX triplet: 3C, 74 and 6B. RGB value is (60,116,107). Sum of RGB (Red+Green+Blue) = 60+116+107=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746B is #C38B94. Grayscale: #626262. Windows color (decimal): -12815253 or 7042108. OLE color: 7042108.

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

Color convert

RGB 60 116 107 -
CMYK 0.48 0 0.08 0.55
HSL 170.36º 0.32% 0.35% -
HSV(B) 170.36º 0.48% 0.45% -
XYZ 10.76 14.51 16.14 -
YUV 98.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 60 116 107 0.48 0 0.08 0.55 170.36 0.32 0.35
Hex 3C 74 6B 30 0 8 37 AA 20 23
Octal 74 164 153 60 0 10 67 252 40 43
Binary 111100 1110100 1101011 110000 0 1000 110111 10101010 100000 100011

Color Harmonies of #3C746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C746B

Black with #3C746B

Text Example


Text Example

White with #3C746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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