Html Css Color HEX #376963 Genoa

📋 copy color: '#376963'

red 55 ◦ green 105 ◦ blue 99

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

Shades of Genoa #376963

Tints of Genoa #376963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 21.24%
G = 40.54%
B = 38.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#376963 (or 0x376963) is known color: Genoa. HEX triplet: 37, 69 and 63. RGB value is (55,105,99). Sum of RGB (Red+Green+Blue) = 55+105+99=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #376963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376963 is #C8969C. Grayscale: #595959. Windows color (decimal): -13145757 or 6514999. OLE color: 6514999.

HSL color Cylindrical-coordinate representation of color #376963: hue angle of 172.8º 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 #376963 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 99 -
CMYK 0.48 0 0.06 0.59
HSL 172.8º 0.31% 0.31% -
HSV(B) 172.8º 0.48% 0.41% -
XYZ 8.88 11.82 13.62 -
YUV 89.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 55 105 99 0.48 0 0.06 0.59 172.8 0.31 0.31
Hex 37 69 63 30 0 6 3B AD 1F 1F
Octal 67 151 143 60 0 6 73 255 37 37
Binary 110111 1101001 1100011 110000 0 110 111011 10101101 11111 11111

Color Harmonies of #376963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376963

Black with #376963

Text Example


Text Example

White with #376963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376963; }

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

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

background-color css

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

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

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

border-color css

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

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

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