Html Css Color HEX #376964 Genoa

📋 copy color: '#376964'

red 55 ◦ green 105 ◦ blue 100

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

Shades of Genoa #376964

Tints of Genoa #376964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

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

R = 21.15%
G = 40.38%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#376964 (or 0x376964) is known color: Genoa. HEX triplet: 37, 69 and 64. RGB value is (55,105,100). Sum of RGB (Red+Green+Blue) = 55+105+100=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #376964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376964 is #C8969B. Grayscale: #595959. Windows color (decimal): -13145756 or 6580535. OLE color: 6580535.

HSL color Cylindrical-coordinate representation of color #376964: hue angle of 174º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376964 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 100 -
CMYK 0.48 0 0.05 0.59
HSL 174º 0.31% 0.31% -
HSV(B) 174º 0.48% 0.41% -
XYZ 8.93 11.84 13.87 -
YUV 89.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 55 105 100 0.48 0 0.05 0.59 174 0.31 0.31
Hex 37 69 64 30 0 5 3B AE 1F 1F
Octal 67 151 144 60 0 5 73 256 37 37
Binary 110111 1101001 1100100 110000 0 101 111011 10101110 11111 11111

Color Harmonies of #376964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376964

Black with #376964

Text Example


Text Example

White with #376964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376964; }

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

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

background-color css

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

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

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

border-color css

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

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

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