Html Css Color HEX #377C74 Genoa

📋 copy color: '#377C74'

red 55 ◦ green 124 ◦ blue 116

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

Shades of Genoa #377C74

Tints of Genoa #377C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

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

R = 18.64%
G = 42.03%
B = 39.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#377C74 (or 0x377C74) is known color: Genoa. HEX triplet: 37, 7C and 74. RGB value is (55,124,116). Sum of RGB (Red+Green+Blue) = 55+124+116=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #377C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C74 is #C8838B. Grayscale: #666666. Windows color (decimal): -13140876 or 7633975. OLE color: 7633975.

HSL color Cylindrical-coordinate representation of color #377C74: hue angle of 173.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C74 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 124 116 -
CMYK 0.56 0 0.06 0.51
HSL 173.04º 0.39% 0.35% -
HSV(B) 173.04º 0.56% 0.49% -
XYZ 11.94 16.49 19.08 -
YUV 102.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 55 124 116 0.56 0 0.06 0.51 173.04 0.39 0.35
Hex 37 7C 74 38 0 6 33 AD 27 23
Octal 67 174 164 70 0 6 63 255 47 43
Binary 110111 1111100 1110100 111000 0 110 110011 10101101 100111 100011

Color Harmonies of #377C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C74

Black with #377C74

Text Example


Text Example

White with #377C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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