#368074

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

Shades of Genoa #368074

Tints of Genoa #368074

Color information

#368074 (or 0x368074) is unknown color: approx Genoa. HEX triplet: 36, 80 and 74. RGB value is (54,128,116). Sum of RGB (Red+Green+Blue) = 54+128+116=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #368074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368074 is #C97F8B. Grayscale: #686868. Windows color (decimal): -13205388 or 7634998. OLE color: 7634998.

HSL color Cylindrical-coordinate representation of color #368074: hue angle of 170.27º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368074 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB54128116-
CMYK0.5800.090.50
HSL170.27º40.66%35.69%-
HSV(B)170.27º57.81%50.2%-
XYZ12.3917.4819.24-
YUV104.51134.4891.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=18.12%
G=42.95%
B=38.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281160.5800.090.50170.2740.6635.69
Hex3680743A0932aa2924
Octal6620016472011622525144
Binary1101101000000011101001110100100111001010101010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368074; }

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

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

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

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

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

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

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

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