Html Css Color HEX #3C6F65 Genoa

📋 copy color: '#3C6F65'

red 60 ◦ green 111 ◦ blue 101

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

Shades of Genoa #3C6F65

Tints of Genoa #3C6F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.81%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 22.06%
G = 40.81%
B = 37.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#3C6F65 (or 0x3C6F65) is known color: Genoa. HEX triplet: 3C, 6F and 65. RGB value is (60,111,101). Sum of RGB (Red+Green+Blue) = 60+111+101=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F65 is #C3909A. Grayscale: #5E5E5E. Windows color (decimal): -12816539 or 6647612. OLE color: 6647612.

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

Color convert

RGB 60 111 101 -
CMYK 0.46 0 0.09 0.56
HSL 168.24º 0.3% 0.34% -
HSV(B) 168.24º 0.46% 0.44% -
XYZ 9.9 13.27 14.35 -
YUV 94.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 60 111 101 0.46 0 0.09 0.56 168.24 0.3 0.34
Hex 3C 6F 65 2E 0 9 38 A8 1E 22
Octal 74 157 145 56 0 11 70 250 36 42
Binary 111100 1101111 1100101 101110 0 1001 111000 10101000 11110 100010

Color Harmonies of #3C6F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F65

Black with #3C6F65

Text Example


Text Example

White with #3C6F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,101); }

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

background-color css

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

 a { background-color: rgb(60,111,101); }

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

border-color css

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

 span { border-color: rgb(60,111,101); }

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