Html Css Color HEX #376F63 Genoa

📋 copy color: '#376F63'

red 55 ◦ green 111 ◦ blue 99

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

Shades of Genoa #376F63

Tints of Genoa #376F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 20.75%
G = 41.89%
B = 37.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#376F63 (or 0x376F63) is known color: Genoa. HEX triplet: 37, 6F and 63. RGB value is (55,111,99). Sum of RGB (Red+Green+Blue) = 55+111+99=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #376F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F63 is #C8909C. Grayscale: #5C5C5C. Windows color (decimal): -13144221 or 6516535. OLE color: 6516535.

HSL color Cylindrical-coordinate representation of color #376F63: hue angle of 167.14º 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 #376F63 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 99 -
CMYK 0.50 0 0.11 0.56
HSL 167.14º 0.34% 0.33% -
HSV(B) 167.14º 0.5% 0.44% -
XYZ 9.51 13.08 13.83 -
YUV 92.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 55 111 99 0.50 0 0.11 0.56 167.14 0.34 0.33
Hex 37 6F 63 32 0 B 38 A7 22 21
Octal 67 157 143 62 0 13 70 247 42 41
Binary 110111 1101111 1100011 110010 0 1011 111000 10100111 100010 100001

Color Harmonies of #376F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F63

Black with #376F63

Text Example


Text Example

White with #376F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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