#368176

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

Shades of Genoa #368176

Tints of Genoa #368176

Color information

#368176 (or 0x368176) is unknown color: approx Genoa. HEX triplet: 36, 81 and 76. RGB value is (54,129,118). Sum of RGB (Red+Green+Blue) = 54+129+118=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #368176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368176 is #C97E89. Grayscale: #696969. Windows color (decimal): -13205130 or 7766326. OLE color: 7766326.

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

Color convert

RGB54129118-
CMYK0.5800.090.49
HSL171.2º40.98%35.88%-
HSV(B)171.2º58.14%50.59%-
XYZ12.6417.7919.91-
YUV105.32135.1591.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=17.94%
G=42.86%
B=39.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541291180.5800.090.49171.240.9835.88
Hex3681763A0931ab2924
Octal6620116672011612535144
Binary1101101000000111101101110100100111000110101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368176; }

 p { color: rgb(54,129,118); }

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

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

 a { background-color: rgb(54,129,118); }

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

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

 span { border-color: rgb(54,129,118); }

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