Html Css Color HEX #376E6A Genoa

📋 copy color: '#376E6A'

red 55 ◦ green 110 ◦ blue 106

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

Shades of Genoa #376E6A

Tints of Genoa #376E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 20.3%
G = 40.59%
B = 39.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#376E6A (or 0x376E6A) is known color: Genoa. HEX triplet: 37, 6E and 6A. RGB value is (55,110,106). Sum of RGB (Red+Green+Blue) = 55+110+106=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 110 - color contains mainly: green. Hex color #376E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E6A is #C89195. Grayscale: #5D5D5D. Windows color (decimal): -13144470 or 6975031. OLE color: 6975031.

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

Color convert

RGB 55 110 106 -
CMYK 0.5 0 0.04 0.57
HSL 175.64º 0.33% 0.32% -
HSV(B) 175.64º 0.5% 0.43% -
XYZ 9.75 13 15.63 -
YUV 93.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 55 110 106 0.5 0 0.04 0.57 175.64 0.33 0.32
Hex 37 6E 6A 32 0 4 39 B0 21 20
Octal 67 156 152 62 0 4 71 260 41 40
Binary 110111 1101110 1101010 110010 0 100 111001 10110000 100001 100000

Color Harmonies of #376E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E6A

Black with #376E6A

Text Example


Text Example

White with #376E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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