Html Css Color HEX #3C736A Genoa

📋 copy color: '#3C736A'

red 60 ◦ green 115 ◦ blue 106

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

Shades of Genoa #3C736A

Tints of Genoa #3C736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 21.35%
G = 40.93%
B = 37.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#3C736A (or 0x3C736A) is known color: Genoa. HEX triplet: 3C, 73 and 6A. RGB value is (60,115,106). Sum of RGB (Red+Green+Blue) = 60+115+106=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #3C736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C736A is #C38C95. Grayscale: #616161. Windows color (decimal): -12815510 or 6976316. OLE color: 6976316.

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

Color convert

RGB 60 115 106 -
CMYK 0.48 0 0.08 0.55
HSL 170.18º 0.31% 0.34% -
HSV(B) 170.18º 0.48% 0.45% -
XYZ 10.6 14.26 15.83 -
YUV 97.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 60 115 106 0.48 0 0.08 0.55 170.18 0.31 0.34
Hex 3C 73 6A 30 0 8 37 AA 1F 22
Octal 74 163 152 60 0 10 67 252 37 42
Binary 111100 1110011 1101010 110000 0 1000 110111 10101010 11111 100010

Color Harmonies of #3C736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C736A

Black with #3C736A

Text Example


Text Example

White with #3C736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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