#377968

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

Shades of Genoa #377968

Tints of Genoa #377968

Color information

#377968 (or 0x377968) is unknown color: approx Genoa. HEX triplet: 37, 79 and 68. RGB value is (55,121,104). Sum of RGB (Red+Green+Blue) = 55+121+104=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #377968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377968 is #C88697. Grayscale: #636363. Windows color (decimal): -13141656 or 6846775. OLE color: 6846775.

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

Color convert

RGB55121104-
CMYK0.5500.140.53
HSL164.55º37.5%34.51%-
HSV(B)164.55º54.55%47.45%-
XYZ10.9115.4915.51-
YUV99.33130.6396.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=19.64%
G=43.21%
B=37.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551211040.5500.140.53164.5537.534.51
Hex377968370E35a52623
Octal6717115067016652454643
Binary110111111100111010001101110111011010110100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377968; }

 p { color: rgb(55,121,104); }

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

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

 a { background-color: rgb(55,121,104); }

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

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

 span { border-color: rgb(55,121,104); }

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