Html Css Color HEX #376962 Genoa

📋 copy color: '#376962'

red 55 ◦ green 105 ◦ blue 98

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

Shades of Genoa #376962

Tints of Genoa #376962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 21.32%
G = 40.7%
B = 37.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#376962 (or 0x376962) is known color: Genoa. HEX triplet: 37, 69 and 62. RGB value is (55,105,98). Sum of RGB (Red+Green+Blue) = 55+105+98=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #376962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376962 is #C8969D. Grayscale: #595959. Windows color (decimal): -13145758 or 6449463. OLE color: 6449463.

HSL color Cylindrical-coordinate representation of color #376962: hue angle of 171.6º 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 #376962 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 98 -
CMYK 0.48 0 0.07 0.59
HSL 171.6º 0.31% 0.31% -
HSV(B) 171.6º 0.48% 0.41% -
XYZ 8.83 11.8 13.37 -
YUV 89.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 55 105 98 0.48 0 0.07 0.59 171.6 0.31 0.31
Hex 37 69 62 30 0 7 3B AC 1F 1F
Octal 67 151 142 60 0 7 73 254 37 37
Binary 110111 1101001 1100010 110000 0 111 111011 10101100 11111 11111

Color Harmonies of #376962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376962

Black with #376962

Text Example


Text Example

White with #376962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376962; }

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

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

background-color css

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

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

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

border-color css

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

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

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