Html Css Color HEX #377874 Genoa

📋 copy color: '#377874'

red 55 ◦ green 120 ◦ blue 116

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

Shades of Genoa #377874

Tints of Genoa #377874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 18.9%
G = 41.24%
B = 39.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#377874 (or 0x377874) is known color: Genoa. HEX triplet: 37, 78 and 74. RGB value is (55,120,116). Sum of RGB (Red+Green+Blue) = 55+120+116=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #377874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377874 is #C8878B. Grayscale: #646464. Windows color (decimal): -13141900 or 7632951. OLE color: 7632951.

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

Color convert

RGB 55 120 116 -
CMYK 0.54 0 0.03 0.53
HSL 176.31º 0.37% 0.34% -
HSV(B) 176.31º 0.54% 0.47% -
XYZ 11.44 15.51 18.91 -
YUV 100.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 55 120 116 0.54 0 0.03 0.53 176.31 0.37 0.34
Hex 37 78 74 36 0 3 35 B0 25 22
Octal 67 170 164 66 0 3 65 260 45 42
Binary 110111 1111000 1110100 110110 0 11 110101 10110000 100101 100010

Color Harmonies of #377874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377874

Black with #377874

Text Example


Text Example

White with #377874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377874; }

 p { color: rgb(55,120,116); }

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

background-color css

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

 a { background-color: rgb(55,120,116); }

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

border-color css

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

 span { border-color: rgb(55,120,116); }

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