Html Css Color HEX #377670 Genoa

📋 copy color: '#377670'

red 55 ◦ green 118 ◦ blue 112

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

Shades of Genoa #377670

Tints of Genoa #377670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 19.3%
G = 41.4%
B = 39.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#377670 (or 0x377670) is known color: Genoa. HEX triplet: 37, 76 and 70. RGB value is (55,118,112). Sum of RGB (Red+Green+Blue) = 55+118+112=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #377670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377670 is #C8898F. Grayscale: #626262. Windows color (decimal): -13142416 or 7370295. OLE color: 7370295.

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

Color convert

RGB 55 118 112 -
CMYK 0.53 0 0.05 0.54
HSL 174.29º 0.36% 0.34% -
HSV(B) 174.29º 0.53% 0.46% -
XYZ 10.98 14.94 17.63 -
YUV 98.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 55 118 112 0.53 0 0.05 0.54 174.29 0.36 0.34
Hex 37 76 70 35 0 5 36 AE 24 22
Octal 67 166 160 65 0 5 66 256 44 42
Binary 110111 1110110 1110000 110101 0 101 110110 10101110 100100 100010

Color Harmonies of #377670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377670

Black with #377670

Text Example


Text Example

White with #377670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377670; }

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

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

background-color css

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

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

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

border-color css

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

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

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