Html Css Color HEX #3C6D63 Genoa

📋 copy color: '#3C6D63'

red 60 ◦ green 109 ◦ blue 99

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

Shades of Genoa #3C6D63

Tints of Genoa #3C6D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 22.39%
G = 40.67%
B = 36.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#3C6D63 (or 0x3C6D63) is known color: Genoa. HEX triplet: 3C, 6D and 63. RGB value is (60,109,99). Sum of RGB (Red+Green+Blue) = 60+109+99=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D63 is #C3929C. Grayscale: #5D5D5D. Windows color (decimal): -12817053 or 6516028. OLE color: 6516028.

HSL color Cylindrical-coordinate representation of color #3C6D63: hue angle of 167.76º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D63 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 99 -
CMYK 0.45 0 0.09 0.57
HSL 167.76º 0.29% 0.33% -
HSV(B) 167.76º 0.45% 0.43% -
XYZ 9.58 12.8 13.77 -
YUV 93.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 60 109 99 0.45 0 0.09 0.57 167.76 0.29 0.33
Hex 3C 6D 63 2D 0 9 39 A8 1D 21
Octal 74 155 143 55 0 11 71 250 35 41
Binary 111100 1101101 1100011 101101 0 1001 111001 10101000 11101 100001

Color Harmonies of #3C6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D63

Black with #3C6D63

Text Example


Text Example

White with #3C6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,109,99); }

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

background-color css

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

 a { background-color: rgb(60,109,99); }

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

border-color css

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

 span { border-color: rgb(60,109,99); }

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