Html Css Color HEX #377464 Genoa

📋 copy color: '#377464'

red 55 ◦ green 116 ◦ blue 100

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

Shades of Genoa #377464

Tints of Genoa #377464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 20.3%
G = 42.8%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#377464 (or 0x377464) is known color: Genoa. HEX triplet: 37, 74 and 64. RGB value is (55,116,100). Sum of RGB (Red+Green+Blue) = 55+116+100=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #377464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377464 is #C88B9B. Grayscale: #5F5F5F. Windows color (decimal): -13142940 or 6583351. OLE color: 6583351.

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

Color convert

RGB 55 116 100 -
CMYK 0.53 0 0.14 0.55
HSL 164.26º 0.36% 0.34% -
HSV(B) 164.26º 0.53% 0.45% -
XYZ 10.12 14.22 14.27 -
YUV 95.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 55 116 100 0.53 0 0.14 0.55 164.26 0.36 0.34
Hex 37 74 64 35 0 E 37 A4 24 22
Octal 67 164 144 65 0 16 67 244 44 42
Binary 110111 1110100 1100100 110101 0 1110 110111 10100100 100100 100010

Color Harmonies of #377464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377464

Black with #377464

Text Example


Text Example

White with #377464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377464; }

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

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

background-color css

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

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

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

border-color css

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

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

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