Html Css Color HEX #376E65 Genoa

📋 copy color: '#376E65'

red 55 ◦ green 110 ◦ blue 101

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

Shades of Genoa #376E65

Tints of Genoa #376E65

RGB

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

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

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

R = 20.68%
G = 41.35%
B = 37.97%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#376E65 (or 0x376E65) is known color: Genoa. HEX triplet: 37, 6E and 65. RGB value is (55,110,101). Sum of RGB (Red+Green+Blue) = 55+110+101=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #376E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E65 is #C8919A. Grayscale: #5C5C5C. Windows color (decimal): -13144475 or 6647351. OLE color: 6647351.

HSL color Cylindrical-coordinate representation of color #376E65: hue angle of 170.18º 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 #376E65 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 110 101 -
CMYK 0.5 0 0.08 0.57
HSL 170.18º 0.33% 0.32% -
HSV(B) 170.18º 0.5% 0.43% -
XYZ 9.5 12.9 14.3 -
YUV 92.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 55 110 101 0.5 0 0.08 0.57 170.18 0.33 0.32
Hex 37 6E 65 32 0 8 39 AA 21 20
Octal 67 156 145 62 0 10 71 252 41 40
Binary 110111 1101110 1100101 110010 0 1000 111001 10101010 100001 100000

Color Harmonies of #376E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E65

Black with #376E65

Text Example


Text Example

White with #376E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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