Html Css Color HEX #377262 Genoa

📋 copy color: '#377262'

red 55 ◦ green 114 ◦ blue 98

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

Shades of Genoa #377262

Tints of Genoa #377262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 20.6%
G = 42.7%
B = 36.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#377262 (or 0x377262) is known color: Genoa. HEX triplet: 37, 72 and 62. RGB value is (55,114,98). Sum of RGB (Red+Green+Blue) = 55+114+98=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #377262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377262 is #C88D9D. Grayscale: #5E5E5E. Windows color (decimal): -13143454 or 6451767. OLE color: 6451767.

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

Color convert

RGB 55 114 98 -
CMYK 0.52 0 0.14 0.55
HSL 163.73º 0.35% 0.33% -
HSV(B) 163.73º 0.52% 0.45% -
XYZ 9.8 13.73 13.69 -
YUV 94.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 55 114 98 0.52 0 0.14 0.55 163.73 0.35 0.33
Hex 37 72 62 34 0 E 37 A4 23 21
Octal 67 162 142 64 0 16 67 244 43 41
Binary 110111 1110010 1100010 110100 0 1110 110111 10100100 100011 100001

Color Harmonies of #377262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377262

Black with #377262

Text Example


Text Example

White with #377262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377262; }

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

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

background-color css

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

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

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

border-color css

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

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

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