Html Css Color HEX #376764 Genoa

📋 copy color: '#376764'

red 55 ◦ green 103 ◦ blue 100

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

Shades of Genoa #376764

Tints of Genoa #376764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

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

R = 21.32%
G = 39.92%
B = 38.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#376764 (or 0x376764) is known color: Genoa. HEX triplet: 37, 67 and 64. RGB value is (55,103,100). Sum of RGB (Red+Green+Blue) = 55+103+100=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #376764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376764 is #C8989B. Grayscale: #585858. Windows color (decimal): -13146268 or 6580023. OLE color: 6580023.

HSL color Cylindrical-coordinate representation of color #376764: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376764 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 103 100 -
CMYK 0.47 0 0.03 0.60
HSL 176.25º 0.3% 0.31% -
HSV(B) 176.25º 0.47% 0.4% -
XYZ 8.73 11.43 13.8 -
YUV 88.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 55 103 100 0.47 0 0.03 0.60 176.25 0.3 0.31
Hex 37 67 64 2F 0 3 3C B0 1E 1F
Octal 67 147 144 57 0 3 74 260 36 37
Binary 110111 1100111 1100100 101111 0 11 111100 10110000 11110 11111

Color Harmonies of #376764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376764

Black with #376764

Text Example


Text Example

White with #376764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376764; }

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

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

background-color css

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

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

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

border-color css

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

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

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