Html Css Color HEX #3C7369 Genoa

📋 copy color: '#3C7369'

red 60 ◦ green 115 ◦ blue 105

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

Shades of Genoa #3C7369

Tints of Genoa #3C7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 21.43%
G = 41.07%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#3C7369 (or 0x3C7369) is known color: Genoa. HEX triplet: 3C, 73 and 69. RGB value is (60,115,105). Sum of RGB (Red+Green+Blue) = 60+115+105=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7369 is #C38C96. Grayscale: #616161. Windows color (decimal): -12815511 or 6910780. OLE color: 6910780.

HSL color Cylindrical-coordinate representation of color #3C7369: hue angle of 169.09º 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 #3C7369 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 105 -
CMYK 0.48 0 0.09 0.55
HSL 169.09º 0.31% 0.34% -
HSV(B) 169.09º 0.48% 0.45% -
XYZ 10.54 14.24 15.56 -
YUV 97.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 60 115 105 0.48 0 0.09 0.55 169.09 0.31 0.34
Hex 3C 73 69 30 0 9 37 A9 1F 22
Octal 74 163 151 60 0 11 67 251 37 42
Binary 111100 1110011 1101001 110000 0 1001 110111 10101001 11111 100010

Color Harmonies of #3C7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7369

Black with #3C7369

Text Example


Text Example

White with #3C7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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