Html Css Color HEX #377164 Genoa

📋 copy color: '#377164'

red 55 ◦ green 113 ◦ blue 100

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

Shades of Genoa #377164

Tints of Genoa #377164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 20.52%
G = 42.16%
B = 37.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#377164 (or 0x377164) is known color: Genoa. HEX triplet: 37, 71 and 64. RGB value is (55,113,100). Sum of RGB (Red+Green+Blue) = 55+113+100=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #377164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377164 is #C88E9B. Grayscale: #5E5E5E. Windows color (decimal): -13143708 or 6582583. OLE color: 6582583.

HSL color Cylindrical-coordinate representation of color #377164: hue angle of 166.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377164 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 100 -
CMYK 0.51 0 0.12 0.56
HSL 166.55º 0.35% 0.33% -
HSV(B) 166.55º 0.51% 0.44% -
XYZ 9.78 13.54 14.16 -
YUV 94.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 55 113 100 0.51 0 0.12 0.56 166.55 0.35 0.33
Hex 37 71 64 33 0 C 38 A7 23 21
Octal 67 161 144 63 0 14 70 247 43 41
Binary 110111 1110001 1100100 110011 0 1100 111000 10100111 100011 100001

Color Harmonies of #377164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377164

Black with #377164

Text Example


Text Example

White with #377164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377164; }

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

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

background-color css

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

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

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

border-color css

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

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

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