Html Css Color HEX #3C726A Genoa

📋 copy color: '#3C726A'

red 60 ◦ green 114 ◦ blue 106

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

Shades of Genoa #3C726A

Tints of Genoa #3C726A

RGB

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

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

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

R = 21.43%
G = 40.71%
B = 37.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#3C726A (or 0x3C726A) is known color: Genoa. HEX triplet: 3C, 72 and 6A. RGB value is (60,114,106). Sum of RGB (Red+Green+Blue) = 60+114+106=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726A is #C38D95. Grayscale: #606060. Windows color (decimal): -12815766 or 6976060. OLE color: 6976060.

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

Color convert

RGB 60 114 106 -
CMYK 0.47 0 0.07 0.55
HSL 171.11º 0.31% 0.34% -
HSV(B) 171.11º 0.47% 0.45% -
XYZ 10.48 14.04 15.79 -
YUV 96.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 60 114 106 0.47 0 0.07 0.55 171.11 0.31 0.34
Hex 3C 72 6A 2F 0 7 37 AB 1F 22
Octal 74 162 152 57 0 7 67 253 37 42
Binary 111100 1110010 1101010 101111 0 111 110111 10101011 11111 100010

Color Harmonies of #3C726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C726A

Black with #3C726A

Text Example


Text Example

White with #3C726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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