Html Css Color HEX #3C7F73 Genoa

📋 copy color: '#3C7F73'

red 60 ◦ green 127 ◦ blue 115

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

Shades of Genoa #3C7F73

Tints of Genoa #3C7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 19.87%
G = 42.05%
B = 38.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#3C7F73 (or 0x3C7F73) is known color: Genoa. HEX triplet: 3C, 7F and 73. RGB value is (60,127,115). Sum of RGB (Red+Green+Blue) = 60+127+115=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7F73 is #C3808C. Grayscale: #696969. Windows color (decimal): -12812429 or 7569212. OLE color: 7569212.

HSL color Cylindrical-coordinate representation of color #3C7F73: hue angle of 169.25º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F73 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 115 -
CMYK 0.53 0 0.09 0.50
HSL 169.25º 0.36% 0.37% -
HSV(B) 169.25º 0.53% 0.5% -
XYZ 12.55 17.38 18.91 -
YUV 105.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 60 127 115 0.53 0 0.09 0.50 169.25 0.36 0.37
Hex 3C 7F 73 35 0 9 32 A9 24 25
Octal 74 177 163 65 0 11 62 251 44 45
Binary 111100 1111111 1110011 110101 0 1001 110010 10101001 100100 100101

Color Harmonies of #3C7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F73

Black with #3C7F73

Text Example


Text Example

White with #3C7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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