#368778

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

Shades of Genoa #368778

Tints of Genoa #368778

Color information

#368778 (or 0x368778) is unknown color: approx Genoa. HEX triplet: 36, 87 and 78. RGB value is (54,135,120). Sum of RGB (Red+Green+Blue) = 54+135+120=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #368778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368778 is #C97887. Grayscale: #6D6D6D. Windows color (decimal): -13203592 or 7898934. OLE color: 7898934.

HSL color Cylindrical-coordinate representation of color #368778: hue angle of 168.89º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368778 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB54135120-
CMYK0.6000.110.47
HSL168.89º42.86%37.06%-
HSV(B)168.89º60%52.94%-
XYZ13.5819.4720.81-
YUV109.07134.1688.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=17.48%
G=43.69%
B=38.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351200.6000.110.47168.8942.8637.06
Hex3687783C0B2Fa92b25
Octal6620717074013572515345
Binary1101101000011111110001111000101110111110101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368778; }

 p { color: rgb(54,135,120); }

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

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

 a { background-color: rgb(54,135,120); }

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

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

 span { border-color: rgb(54,135,120); }

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