#367471

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

Shades of Genoa #367471

Tints of Genoa #367471

Color information

#367471 (or 0x367471) is unknown color: approx Genoa. HEX triplet: 36, 74 and 71. RGB value is (54,116,113). Sum of RGB (Red+Green+Blue) = 54+116+113=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #367471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367471 is #C98B8E. Grayscale: #616161. Windows color (decimal): -13208463 or 7435318. OLE color: 7435318.

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

Color convert

RGB54116113-
CMYK0.5300.030.55
HSL177.1º36.47%33.33%-
HSV(B)177.1º53.45%45.49%-
XYZ10.7514.4717.85-
YUV97.12136.9697.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=19.08%
G=40.99%
B=39.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541161130.5300.030.55177.136.4733.33
Hex367471350337b12421
Octal661641616503672614441
Binary1101101110100111000111010101111011110110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367471; }

 p { color: rgb(54,116,113); }

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

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

 a { background-color: rgb(54,116,113); }

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

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

 span { border-color: rgb(54,116,113); }

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