Html Css Color HEX #376F61 Genoa

📋 copy color: '#376F61'

red 55 ◦ green 111 ◦ blue 97

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

Shades of Genoa #376F61

Tints of Genoa #376F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 20.91%
G = 42.21%
B = 36.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#376F61 (or 0x376F61) is known color: Genoa. HEX triplet: 37, 6F and 61. RGB value is (55,111,97). Sum of RGB (Red+Green+Blue) = 55+111+97=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #376F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F61 is #C8909E. Grayscale: #5C5C5C. Windows color (decimal): -13144223 or 6385463. OLE color: 6385463.

HSL color Cylindrical-coordinate representation of color #376F61: hue angle of 165º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F61 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 97 -
CMYK 0.50 0 0.13 0.56
HSL 165º 0.34% 0.33% -
HSV(B) 165º 0.5% 0.44% -
XYZ 9.42 13.04 13.33 -
YUV 92.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 55 111 97 0.50 0 0.13 0.56 165 0.34 0.33
Hex 37 6F 61 32 0 D 38 A5 22 21
Octal 67 157 141 62 0 15 70 245 42 41
Binary 110111 1101111 1100001 110010 0 1101 111000 10100101 100010 100001

Color Harmonies of #376F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F61

Black with #376F61

Text Example


Text Example

White with #376F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,111,97); }

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

background-color css

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

 a { background-color: rgb(55,111,97); }

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

border-color css

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

 span { border-color: rgb(55,111,97); }

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