#377260

Color #377260 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #377260

Tints of Genoa #377260

Color information

#377260 (or 0x377260) is unknown color: approx Genoa. HEX triplet: 37, 72 and 60. RGB value is (55,114,96). Sum of RGB (Red+Green+Blue) = 55+114+96=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #377260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377260 is #C88D9F. Grayscale: #5E5E5E. Windows color (decimal): -13143456 or 6320695. OLE color: 6320695.

HSL color Cylindrical-coordinate representation of color #377260: hue angle of 161.69º 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 #377260 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB5511496-
CMYK0.5200.160.55
HSL161.69º34.91%33.14%-
HSV(B)161.69º51.75%44.71%-
XYZ9.713.6913.2-
YUV94.31128.9599.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=20.75%
G=43.02%
B=36.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114960.5200.160.55161.6934.9133.14
Hex3772603401037a22321
Octal6716214064020672424341
Binary1101111110010110000011010001000011011110100010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377260; }

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

 H1.HeaderClassName
 {
   color: #377260;
 }
 .AnyTagClassName
 {
   color: #377260;
 }
</style>
background-color css

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

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

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

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

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

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