Html Css Color HEX #377063 Genoa

📋 copy color: '#377063'

red 55 ◦ green 112 ◦ blue 99

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

Shades of Genoa #377063

Tints of Genoa #377063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 20.68%
G = 42.11%
B = 37.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#377063 (or 0x377063) is known color: Genoa. HEX triplet: 37, 70 and 63. RGB value is (55,112,99). Sum of RGB (Red+Green+Blue) = 55+112+99=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #377063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377063 is #C88F9C. Grayscale: #5D5D5D. Windows color (decimal): -13143965 or 6516791. OLE color: 6516791.

HSL color Cylindrical-coordinate representation of color #377063: hue angle of 166.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377063 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 99 -
CMYK 0.51 0 0.12 0.56
HSL 166.32º 0.34% 0.33% -
HSV(B) 166.32º 0.51% 0.44% -
XYZ 9.62 13.3 13.86 -
YUV 93.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 55 112 99 0.51 0 0.12 0.56 166.32 0.34 0.33
Hex 37 70 63 33 0 C 38 A6 22 21
Octal 67 160 143 63 0 14 70 246 42 41
Binary 110111 1110000 1100011 110011 0 1100 111000 10100110 100010 100001

Color Harmonies of #377063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377063

Black with #377063

Text Example


Text Example

White with #377063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377063; }

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

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

background-color css

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

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

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

border-color css

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

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

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