Html Css Color HEX #377568 Genoa

📋 copy color: '#377568'

red 55 ◦ green 117 ◦ blue 104

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

Shades of Genoa #377568

Tints of Genoa #377568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 19.93%
G = 42.39%
B = 37.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#377568 (or 0x377568) is known color: Genoa. HEX triplet: 37, 75 and 68. RGB value is (55,117,104). Sum of RGB (Red+Green+Blue) = 55+117+104=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #377568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377568 is #C88A97. Grayscale: #606060. Windows color (decimal): -13142680 or 6845751. OLE color: 6845751.

HSL color Cylindrical-coordinate representation of color #377568: hue angle of 167.42º 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 #377568 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 104 -
CMYK 0.53 0 0.11 0.54
HSL 167.42º 0.36% 0.34% -
HSV(B) 167.42º 0.53% 0.46% -
XYZ 10.44 14.53 15.35 -
YUV 96.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 55 117 104 0.53 0 0.11 0.54 167.42 0.36 0.34
Hex 37 75 68 35 0 B 36 A7 24 22
Octal 67 165 150 65 0 13 66 247 44 42
Binary 110111 1110101 1101000 110101 0 1011 110110 10100111 100100 100010

Color Harmonies of #377568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377568

Black with #377568

Text Example


Text Example

White with #377568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377568; }

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

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

background-color css

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

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

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

border-color css

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

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

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