#377467

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

Shades of Genoa #377467

Tints of Genoa #377467

Color information

#377467 (or 0x377467) is unknown color: approx Genoa. HEX triplet: 37, 74 and 67. RGB value is (55,116,103). Sum of RGB (Red+Green+Blue) = 55+116+103=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #377467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377467 is #C88B98. Grayscale: #606060. Windows color (decimal): -13142937 or 6779959. OLE color: 6779959.

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

Color convert

RGB55116103-
CMYK0.5300.110.55
HSL167.21º35.67%33.53%-
HSV(B)167.21º52.59%45.49%-
XYZ10.2714.2815.05-
YUV96.28131.7998.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=20.07%
G=42.34%
B=37.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551161030.5300.110.55167.2135.6733.53
Hex377467350B37a72422
Octal6716414765013672474442
Binary110111111010011001111101010101111011110100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377467; }

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

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

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

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

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

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

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

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