Html Css Color HEX #3C7162 Genoa

📋 copy color: '#3C7162'

red 60 ◦ green 113 ◦ blue 98

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

Shades of Genoa #3C7162

Tints of Genoa #3C7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 22.14%
G = 41.7%
B = 36.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#3C7162 (or 0x3C7162) is known color: Genoa. HEX triplet: 3C, 71 and 62. RGB value is (60,113,98). Sum of RGB (Red+Green+Blue) = 60+113+98=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7162 is #C38E9D. Grayscale: #5F5F5F. Windows color (decimal): -12816030 or 6451516. OLE color: 6451516.

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

Color convert

RGB 60 113 98 -
CMYK 0.47 0 0.13 0.56
HSL 163.02º 0.31% 0.34% -
HSV(B) 163.02º 0.47% 0.44% -
XYZ 9.97 13.65 13.66 -
YUV 95.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 60 113 98 0.47 0 0.13 0.56 163.02 0.31 0.34
Hex 3C 71 62 2F 0 D 38 A3 1F 22
Octal 74 161 142 57 0 15 70 243 37 42
Binary 111100 1110001 1100010 101111 0 1101 111000 10100011 11111 100010

Color Harmonies of #3C7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7162

Black with #3C7162

Text Example


Text Example

White with #3C7162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,98); }

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

background-color css

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

 a { background-color: rgb(60,113,98); }

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

border-color css

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

 span { border-color: rgb(60,113,98); }

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