Html Css Color HEX #3C766A Genoa

📋 copy color: '#3C766A'

red 60 ◦ green 118 ◦ blue 106

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

Shades of Genoa #3C766A

Tints of Genoa #3C766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

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

R = 21.13%
G = 41.55%
B = 37.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#3C766A (or 0x3C766A) is known color: Genoa. HEX triplet: 3C, 76 and 6A. RGB value is (60,118,106). Sum of RGB (Red+Green+Blue) = 60+118+106=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3C766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C766A is #C38995. Grayscale: #636363. Windows color (decimal): -12814742 or 6977084. OLE color: 6977084.

HSL color Cylindrical-coordinate representation of color #3C766A: hue angle of 167.59º degrees, saturation: 0.33, 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 #3C766A is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 106 -
CMYK 0.49 0 0.10 0.54
HSL 167.59º 0.33% 0.35% -
HSV(B) 167.59º 0.49% 0.46% -
XYZ 10.94 14.96 15.95 -
YUV 99.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 60 118 106 0.49 0 0.10 0.54 167.59 0.33 0.35
Hex 3C 76 6A 31 0 A 36 A8 21 23
Octal 74 166 152 61 0 12 66 250 41 43
Binary 111100 1110110 1101010 110001 0 1010 110110 10101000 100001 100011

Color Harmonies of #3C766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C766A

Black with #3C766A

Text Example


Text Example

White with #3C766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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