Html Css Color HEX #376961 Genoa

📋 copy color: '#376961'

red 55 ◦ green 105 ◦ blue 97

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

Shades of Genoa #376961

Tints of Genoa #376961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

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

R = 21.4%
G = 40.86%
B = 37.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#376961 (or 0x376961) is known color: Genoa. HEX triplet: 37, 69 and 61. RGB value is (55,105,97). Sum of RGB (Red+Green+Blue) = 55+105+97=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #376961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376961 is #C8969E. Grayscale: #595959. Windows color (decimal): -13145759 or 6383927. OLE color: 6383927.

HSL color Cylindrical-coordinate representation of color #376961: hue angle of 170.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376961 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 97 -
CMYK 0.48 0 0.08 0.59
HSL 170.4º 0.31% 0.31% -
HSV(B) 170.4º 0.48% 0.41% -
XYZ 8.78 11.78 13.12 -
YUV 89.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 55 105 97 0.48 0 0.08 0.59 170.4 0.31 0.31
Hex 37 69 61 30 0 8 3B AA 1F 1F
Octal 67 151 141 60 0 10 73 252 37 37
Binary 110111 1101001 1100001 110000 0 1000 111011 10101010 11111 11111

Color Harmonies of #376961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376961

Black with #376961

Text Example


Text Example

White with #376961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376961; }

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

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

background-color css

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

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

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

border-color css

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

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

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