Html Css Color HEX #3C756C Genoa

📋 copy color: '#3C756C'

red 60 ◦ green 117 ◦ blue 108

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

Shades of Genoa #3C756C

Tints of Genoa #3C756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 21.05%
G = 41.05%
B = 37.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#3C756C (or 0x3C756C) is known color: Genoa. HEX triplet: 3C, 75 and 6C. RGB value is (60,117,108). Sum of RGB (Red+Green+Blue) = 60+117+108=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3C756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C756C is #C38A93. Grayscale: #626262. Windows color (decimal): -12814996 or 7107900. OLE color: 7107900.

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

Color convert

RGB 60 117 108 -
CMYK 0.49 0 0.08 0.54
HSL 170.53º 0.32% 0.35% -
HSV(B) 170.53º 0.49% 0.46% -
XYZ 10.93 14.77 16.46 -
YUV 98.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 60 117 108 0.49 0 0.08 0.54 170.53 0.32 0.35
Hex 3C 75 6C 31 0 8 36 AB 20 23
Octal 74 165 154 61 0 10 66 253 40 43
Binary 111100 1110101 1101100 110001 0 1000 110110 10101011 100000 100011

Color Harmonies of #3C756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C756C

Black with #3C756C

Text Example


Text Example

White with #3C756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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