Html Css Color HEX #3C7C70 Genoa

📋 copy color: '#3C7C70'

red 60 ◦ green 124 ◦ blue 112

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

Shades of Genoa #3C7C70

Tints of Genoa #3C7C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 20.27%
G = 41.89%
B = 37.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#3C7C70 (or 0x3C7C70) is known color: Genoa. HEX triplet: 3C, 7C and 70. RGB value is (60,124,112). Sum of RGB (Red+Green+Blue) = 60+124+112=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C70 is #C3838F. Grayscale: #676767. Windows color (decimal): -12813200 or 7371836. OLE color: 7371836.

HSL color Cylindrical-coordinate representation of color #3C7C70: hue angle of 168.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C70 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 124 112 -
CMYK 0.52 0 0.10 0.51
HSL 168.75º 0.35% 0.36% -
HSV(B) 168.75º 0.52% 0.49% -
XYZ 12 16.55 17.89 -
YUV 103.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 60 124 112 0.52 0 0.10 0.51 168.75 0.35 0.36
Hex 3C 7C 70 34 0 A 33 A9 23 24
Octal 74 174 160 64 0 12 63 251 43 44
Binary 111100 1111100 1110000 110100 0 1010 110011 10101001 100011 100100

Color Harmonies of #3C7C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7C70

Black with #3C7C70

Text Example


Text Example

White with #3C7C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,124,112); }

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

background-color css

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

 a { background-color: rgb(60,124,112); }

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

border-color css

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

 span { border-color: rgb(60,124,112); }

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