Html Css Color HEX #3C796C Genoa

📋 copy color: '#3C796C'

red 60 ◦ green 121 ◦ blue 108

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

Shades of Genoa #3C796C

Tints of Genoa #3C796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 20.76%
G = 41.87%
B = 37.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#3C796C (or 0x3C796C) is known color: Genoa. HEX triplet: 3C, 79 and 6C. RGB value is (60,121,108). Sum of RGB (Red+Green+Blue) = 60+121+108=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #3C796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C796C is #C38693. Grayscale: #656565. Windows color (decimal): -12813972 or 7108924. OLE color: 7108924.

HSL color Cylindrical-coordinate representation of color #3C796C: hue angle of 167.21º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C796C is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 121 108 -
CMYK 0.50 0 0.11 0.53
HSL 167.21º 0.34% 0.35% -
HSV(B) 167.21º 0.5% 0.47% -
XYZ 11.41 15.72 16.62 -
YUV 101.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 60 121 108 0.50 0 0.11 0.53 167.21 0.34 0.35
Hex 3C 79 6C 32 0 B 35 A7 22 23
Octal 74 171 154 62 0 13 65 247 42 43
Binary 111100 1111001 1101100 110010 0 1011 110101 10100111 100010 100011

Color Harmonies of #3C796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C796C

Black with #3C796C

Text Example


Text Example

White with #3C796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,121,108); }

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

background-color css

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

 a { background-color: rgb(60,121,108); }

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

border-color css

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

 span { border-color: rgb(60,121,108); }

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