Html Css Color HEX #3C726C Genoa

📋 copy color: '#3C726C'

red 60 ◦ green 114 ◦ blue 108

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

Shades of Genoa #3C726C

Tints of Genoa #3C726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 21.28%
G = 40.43%
B = 38.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#3C726C (or 0x3C726C) is known color: Genoa. HEX triplet: 3C, 72 and 6C. RGB value is (60,114,108). Sum of RGB (Red+Green+Blue) = 60+114+108=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726C is #C38D93. Grayscale: #616161. Windows color (decimal): -12815764 or 7107132. OLE color: 7107132.

HSL color Cylindrical-coordinate representation of color #3C726C: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C726C is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 108 -
CMYK 0.47 0 0.05 0.55
HSL 173.33º 0.31% 0.34% -
HSV(B) 173.33º 0.47% 0.45% -
XYZ 10.59 14.08 16.35 -
YUV 97.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 60 114 108 0.47 0 0.05 0.55 173.33 0.31 0.34
Hex 3C 72 6C 2F 0 5 37 AD 1F 22
Octal 74 162 154 57 0 5 67 255 37 42
Binary 111100 1110010 1101100 101111 0 101 110111 10101101 11111 100010

Color Harmonies of #3C726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C726C

Black with #3C726C

Text Example


Text Example

White with #3C726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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