Html Css Color HEX #3C7365 Genoa

📋 copy color: '#3C7365'

red 60 ◦ green 115 ◦ blue 101

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

Shades of Genoa #3C7365

Tints of Genoa #3C7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

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

R = 21.74%
G = 41.67%
B = 36.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#3C7365 (or 0x3C7365) is known color: Genoa. HEX triplet: 3C, 73 and 65. RGB value is (60,115,101). Sum of RGB (Red+Green+Blue) = 60+115+101=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7365 is #C38C9A. Grayscale: #606060. Windows color (decimal): -12815515 or 6648636. OLE color: 6648636.

HSL color Cylindrical-coordinate representation of color #3C7365: hue angle of 164.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7365 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 101 -
CMYK 0.48 0 0.12 0.55
HSL 164.73º 0.31% 0.34% -
HSV(B) 164.73º 0.48% 0.45% -
XYZ 10.34 14.16 14.5 -
YUV 96.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 60 115 101 0.48 0 0.12 0.55 164.73 0.31 0.34
Hex 3C 73 65 30 0 C 37 A5 1F 22
Octal 74 163 145 60 0 14 67 245 37 42
Binary 111100 1110011 1100101 110000 0 1100 110111 10100101 11111 100010

Color Harmonies of #3C7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7365

Black with #3C7365

Text Example


Text Example

White with #3C7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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