Html Css Color HEX #376B64 Genoa

📋 copy color: '#376B64'

red 55 ◦ green 107 ◦ blue 100

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

Shades of Genoa #376B64

Tints of Genoa #376B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 20.99%
G = 40.84%
B = 38.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#376B64 (or 0x376B64) is known color: Genoa. HEX triplet: 37, 6B and 64. RGB value is (55,107,100). Sum of RGB (Red+Green+Blue) = 55+107+100=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #376B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B64 is #C8949B. Grayscale: #5A5A5A. Windows color (decimal): -13145244 or 6581047. OLE color: 6581047.

HSL color Cylindrical-coordinate representation of color #376B64: hue angle of 171.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B64 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 107 100 -
CMYK 0.49 0 0.07 0.58
HSL 171.92º 0.32% 0.32% -
HSV(B) 171.92º 0.49% 0.42% -
XYZ 9.13 12.25 13.94 -
YUV 90.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 55 107 100 0.49 0 0.07 0.58 171.92 0.32 0.32
Hex 37 6B 64 31 0 7 3A AC 20 20
Octal 67 153 144 61 0 7 72 254 40 40
Binary 110111 1101011 1100100 110001 0 111 111010 10101100 100000 100000

Color Harmonies of #376B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B64

Black with #376B64

Text Example


Text Example

White with #376B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,107,100); }

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

background-color css

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

 a { background-color: rgb(55,107,100); }

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

border-color css

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

 span { border-color: rgb(55,107,100); }

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