Html Css Color HEX #376F66 Genoa

📋 copy color: '#376F66'

red 55 ◦ green 111 ◦ blue 102

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

Shades of Genoa #376F66

Tints of Genoa #376F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 20.52%
G = 41.42%
B = 38.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#376F66 (or 0x376F66) is known color: Genoa. HEX triplet: 37, 6F and 66. RGB value is (55,111,102). Sum of RGB (Red+Green+Blue) = 55+111+102=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #376F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F66 is #C89099. Grayscale: #5D5D5D. Windows color (decimal): -13144218 or 6713143. OLE color: 6713143.

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

Color convert

RGB 55 111 102 -
CMYK 0.50 0 0.08 0.56
HSL 170.36º 0.34% 0.33% -
HSV(B) 170.36º 0.5% 0.44% -
XYZ 9.66 13.14 14.6 -
YUV 93.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 55 111 102 0.50 0 0.08 0.56 170.36 0.34 0.33
Hex 37 6F 66 32 0 8 38 AA 22 21
Octal 67 157 146 62 0 10 70 252 42 41
Binary 110111 1101111 1100110 110010 0 1000 111000 10101010 100010 100001

Color Harmonies of #376F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F66

Black with #376F66

Text Example


Text Example

White with #376F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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