#368473

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

Shades of Genoa #368473

Tints of Genoa #368473

Color information

#368473 (or 0x368473) is unknown color: approx Genoa. HEX triplet: 36, 84 and 73. RGB value is (54,132,115). Sum of RGB (Red+Green+Blue) = 54+132+115=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #368473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368473 is #C97B8C. Grayscale: #6A6A6A. Windows color (decimal): -13204365 or 7570486. OLE color: 7570486.

HSL color Cylindrical-coordinate representation of color #368473: hue angle of 166.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368473 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB54132115-
CMYK0.5900.130.48
HSL166.92º41.94%36.47%-
HSV(B)166.92º59.09%51.76%-
XYZ12.8718.5219.12-
YUV106.74132.6690.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=17.94%
G=43.85%
B=38.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321150.5900.130.48166.9241.9436.47
Hex3684733B0D30a72a24
Octal6620416373015602475244
Binary1101101000010011100111110110110111000010100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368473; }

 p { color: rgb(54,132,115); }

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

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

 a { background-color: rgb(54,132,115); }

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

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

 span { border-color: rgb(54,132,115); }

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