Html Css Color HEX #3C716B Genoa

📋 copy color: '#3C716B'

red 60 ◦ green 113 ◦ blue 107

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

Shades of Genoa #3C716B

Tints of Genoa #3C716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 21.43%
G = 40.36%
B = 38.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#3C716B (or 0x3C716B) is known color: Genoa. HEX triplet: 3C, 71 and 6B. RGB value is (60,113,107). Sum of RGB (Red+Green+Blue) = 60+113+107=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3C716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C716B is #C38E94. Grayscale: #606060. Windows color (decimal): -12816021 or 7041340. OLE color: 7041340.

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

Color convert

RGB 60 113 107 -
CMYK 0.47 0 0.05 0.56
HSL 173.21º 0.31% 0.34% -
HSV(B) 173.21º 0.47% 0.44% -
XYZ 10.42 13.83 16.03 -
YUV 96.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 60 113 107 0.47 0 0.05 0.56 173.21 0.31 0.34
Hex 3C 71 6B 2F 0 5 38 AD 1F 22
Octal 74 161 153 57 0 5 70 255 37 42
Binary 111100 1110001 1101011 101111 0 101 111000 10101101 11111 100010

Color Harmonies of #3C716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C716B

Black with #3C716B

Text Example


Text Example

White with #3C716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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