Html Css Color HEX #377162 Genoa

📋 copy color: '#377162'

red 55 ◦ green 113 ◦ blue 98

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

Shades of Genoa #377162

Tints of Genoa #377162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 20.68%
G = 42.48%
B = 36.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#377162 (or 0x377162) is known color: Genoa. HEX triplet: 37, 71 and 62. RGB value is (55,113,98). Sum of RGB (Red+Green+Blue) = 55+113+98=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #377162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377162 is #C88E9D. Grayscale: #5D5D5D. Windows color (decimal): -13143710 or 6451511. OLE color: 6451511.

HSL color Cylindrical-coordinate representation of color #377162: hue angle of 164.48º 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 #377162 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 98 -
CMYK 0.51 0 0.13 0.56
HSL 164.48º 0.35% 0.33% -
HSV(B) 164.48º 0.51% 0.44% -
XYZ 9.69 13.5 13.65 -
YUV 93.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 55 113 98 0.51 0 0.13 0.56 164.48 0.35 0.33
Hex 37 71 62 33 0 D 38 A4 23 21
Octal 67 161 142 63 0 15 70 244 43 41
Binary 110111 1110001 1100010 110011 0 1101 111000 10100100 100011 100001

Color Harmonies of #377162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377162

Black with #377162

Text Example


Text Example

White with #377162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377162; }

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

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

background-color css

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

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

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

border-color css

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

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

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