#368276

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

Shades of Genoa #368276

Tints of Genoa #368276

Color information

#368276 (or 0x368276) is unknown color: approx Genoa. HEX triplet: 36, 82 and 76. RGB value is (54,130,118). Sum of RGB (Red+Green+Blue) = 54+130+118=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #368276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368276 is #C97D89. Grayscale: #696969. Windows color (decimal): -13204874 or 7766582. OLE color: 7766582.

HSL color Cylindrical-coordinate representation of color #368276: hue angle of 170.53º 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 #368276 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB54130118-
CMYK0.5800.090.49
HSL170.53º41.3%36.08%-
HSV(B)170.53º58.46%50.98%-
XYZ12.7718.0619.95-
YUV105.91134.8290.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=17.88%
G=43.05%
B=39.07%

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
Decimal541301180.5800.090.49170.5341.336.08
Hex3682763A0931ab2924
Octal6620216672011612535144
Binary1101101000001011101101110100100111000110101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368276; }

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

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

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

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

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

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

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

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