Html Css Color HEX #377566 Genoa

📋 copy color: '#377566'

red 55 ◦ green 117 ◦ blue 102

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

Shades of Genoa #377566

Tints of Genoa #377566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 20.07%
G = 42.7%
B = 37.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#377566 (or 0x377566) is known color: Genoa. HEX triplet: 37, 75 and 66. RGB value is (55,117,102). Sum of RGB (Red+Green+Blue) = 55+117+102=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #377566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377566 is #C88A99. Grayscale: #606060. Windows color (decimal): -13142682 or 6714679. OLE color: 6714679.

HSL color Cylindrical-coordinate representation of color #377566: hue angle of 165.48º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377566 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 102 -
CMYK 0.53 0 0.13 0.54
HSL 165.48º 0.36% 0.34% -
HSV(B) 165.48º 0.53% 0.46% -
XYZ 10.34 14.49 14.82 -
YUV 96.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 55 117 102 0.53 0 0.13 0.54 165.48 0.36 0.34
Hex 37 75 66 35 0 D 36 A5 24 22
Octal 67 165 146 65 0 15 66 245 44 42
Binary 110111 1110101 1100110 110101 0 1101 110110 10100101 100100 100010

Color Harmonies of #377566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377566

Black with #377566

Text Example


Text Example

White with #377566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377566; }

 p { color: rgb(55,117,102); }

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

background-color css

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

 a { background-color: rgb(55,117,102); }

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

border-color css

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

 span { border-color: rgb(55,117,102); }

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