Html Css Color HEX #376E63 Genoa

📋 copy color: '#376E63'

red 55 ◦ green 110 ◦ blue 99

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

Shades of Genoa #376E63

Tints of Genoa #376E63

RGB

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

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

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

R = 20.83%
G = 41.67%
B = 37.5%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#376E63 (or 0x376E63) is known color: Genoa. HEX triplet: 37, 6E and 63. RGB value is (55,110,99). Sum of RGB (Red+Green+Blue) = 55+110+99=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #376E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E63 is #C8919C. Grayscale: #5C5C5C. Windows color (decimal): -13144477 or 6516279. OLE color: 6516279.

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

Color convert

RGB 55 110 99 -
CMYK 0.5 0 0.1 0.57
HSL 168º 0.33% 0.32% -
HSV(B) 168º 0.5% 0.43% -
XYZ 9.4 12.86 13.79 -
YUV 92.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 55 110 99 0.5 0 0.1 0.57 168 0.33 0.32
Hex 37 6E 63 32 0 A 39 A8 21 20
Octal 67 156 143 62 0 12 71 250 41 40
Binary 110111 1101110 1100011 110010 0 1010 111001 10101000 100001 100000

Color Harmonies of #376E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E63

Black with #376E63

Text Example


Text Example

White with #376E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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