#368779

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

Shades of Genoa #368779

Tints of Genoa #368779

Color information

#368779 (or 0x368779) is unknown color: approx Genoa. HEX triplet: 36, 87 and 79. RGB value is (54,135,121). Sum of RGB (Red+Green+Blue) = 54+135+121=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #368779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368779 is #C97886. Grayscale: #6D6D6D. Windows color (decimal): -13203591 or 7964470. OLE color: 7964470.

HSL color Cylindrical-coordinate representation of color #368779: hue angle of 169.63º 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 #368779 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB54135121-
CMYK0.6000.100.47
HSL169.63º42.86%37.06%-
HSV(B)169.63º60%52.94%-
XYZ13.6419.4921.13-
YUV109.18134.6688.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=17.42%
G=43.55%
B=39.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541351210.6000.100.47169.6342.8637.06
Hex3687793C0A2Faa2b25
Octal6620717174012572525345
Binary1101101000011111110011111000101010111110101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368779; }

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

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

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

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

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

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

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

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