#368879

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

Shades of Genoa #368879

Tints of Genoa #368879

Color information

#368879 (or 0x368879) is unknown color: approx Genoa. HEX triplet: 36, 88 and 79. RGB value is (54,136,121). Sum of RGB (Red+Green+Blue) = 54+136+121=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #368879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368879 is #C97786. Grayscale: #6D6D6D. Windows color (decimal): -13203335 or 7964726. OLE color: 7964726.

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

Color convert

RGB54136121-
CMYK0.6000.110.47
HSL169.02º43.16%37.25%-
HSV(B)169.02º60.29%53.33%-
XYZ13.7819.7721.18-
YUV109.77134.3388.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=17.36%
G=43.73%
B=38.91%

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
Decimal541361210.6000.110.47169.0243.1637.25
Hex3688793C0B2Fa92b25
Octal6621017174013572515345
Binary1101101000100011110011111000101110111110101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368879; }

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

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

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

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

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

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

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

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