Html Css Color HEX #376A63 Genoa

📋 copy color: '#376A63'

red 55 ◦ green 106 ◦ blue 99

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

Shades of Genoa #376A63

Tints of Genoa #376A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.77%

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

R = 21.15%
G = 40.77%
B = 38.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#376A63 (or 0x376A63) is known color: Genoa. HEX triplet: 37, 6A and 63. RGB value is (55,106,99). Sum of RGB (Red+Green+Blue) = 55+106+99=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #376A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A63 is #C8959C. Grayscale: #595959. Windows color (decimal): -13145501 or 6515255. OLE color: 6515255.

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

Color convert

RGB 55 106 99 -
CMYK 0.48 0 0.07 0.58
HSL 171.76º 0.32% 0.32% -
HSV(B) 171.76º 0.48% 0.42% -
XYZ 8.98 12.02 13.65 -
YUV 89.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 55 106 99 0.48 0 0.07 0.58 171.76 0.32 0.32
Hex 37 6A 63 30 0 7 3A AC 20 20
Octal 67 152 143 60 0 7 72 254 40 40
Binary 110111 1101010 1100011 110000 0 111 111010 10101100 100000 100000

Color Harmonies of #376A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A63

Black with #376A63

Text Example


Text Example

White with #376A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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