Html Css Color HEX #3C726D Genoa

📋 copy color: '#3C726D'

red 60 ◦ green 114 ◦ blue 109

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

Shades of Genoa #3C726D

Tints of Genoa #3C726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 21.2%
G = 40.28%
B = 38.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#3C726D (or 0x3C726D) is known color: Genoa. HEX triplet: 3C, 72 and 6D. RGB value is (60,114,109). Sum of RGB (Red+Green+Blue) = 60+114+109=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726D is #C38D92. Grayscale: #616161. Windows color (decimal): -12815763 or 7172668. OLE color: 7172668.

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

Color convert

RGB 60 114 109 -
CMYK 0.47 0 0.04 0.55
HSL 174.44º 0.31% 0.34% -
HSV(B) 174.44º 0.47% 0.45% -
XYZ 10.64 14.1 16.63 -
YUV 97.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 60 114 109 0.47 0 0.04 0.55 174.44 0.31 0.34
Hex 3C 72 6D 2F 0 4 37 AE 1F 22
Octal 74 162 155 57 0 4 67 256 37 42
Binary 111100 1110010 1101101 101111 0 100 110111 10101110 11111 100010

Color Harmonies of #3C726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C726D

Black with #3C726D

Text Example


Text Example

White with #3C726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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