Html Css Color HEX #376E60 Genoa

📋 copy color: '#376E60'

red 55 ◦ green 110 ◦ blue 96

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

Shades of Genoa #376E60

Tints of Genoa #376E60

RGB

 RED value IS 55 (21.88% from 255) = 21.07%

 GREEN value IS 110 (43.36% from 255) = 42.15%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 21.07%
G = 42.15%
B = 36.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#376E60 (or 0x376E60) is known color: Genoa. HEX triplet: 37, 6E and 60. RGB value is (55,110,96). Sum of RGB (Red+Green+Blue) = 55+110+96=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #376E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E60 is #C8919F. Grayscale: #5B5B5B. Windows color (decimal): -13144480 or 6319671. OLE color: 6319671.

HSL color Cylindrical-coordinate representation of color #376E60: hue angle of 164.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376E60 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 110 96 -
CMYK 0.5 0 0.13 0.57
HSL 164.73º 0.33% 0.32% -
HSV(B) 164.73º 0.5% 0.43% -
XYZ 9.26 12.81 13.05 -
YUV 91.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 55 110 96 0.5 0 0.13 0.57 164.73 0.33 0.32
Hex 37 6E 60 32 0 D 39 A5 21 20
Octal 67 156 140 62 0 15 71 245 41 40
Binary 110111 1101110 1100000 110010 0 1101 111001 10100101 100001 100000

Color Harmonies of #376E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E60

Black with #376E60

Text Example


Text Example

White with #376E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376E60; }

 p { color: rgb(55,110,96); }

 H1.HeaderClassName
 {
   color: #376E60;
 }
 .AnyTagClassName
 {
   color: #376E60;
 }
</style>

background-color css

<style>
 a { background-color: #376E60; }

 a { background-color: rgb(55,110,96); }

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

border-color css

<style>
 span { border-color: #376E60; }

 span { border-color: rgb(55,110,96); }

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