#327867

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

Shades of Genoa #327867

Tints of Genoa #327867

Color information

#327867 (or 0x327867) is unknown color: approx Genoa. HEX triplet: 32, 78 and 67. RGB value is (50,120,103). Sum of RGB (Red+Green+Blue) = 50+120+103=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #327867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327867 is #CD8798. Grayscale: #616161. Windows color (decimal): -13469593 or 6780978. OLE color: 6780978.

HSL color Cylindrical-coordinate representation of color #327867: hue angle of 165.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327867 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB50120103-
CMYK0.5800.140.53
HSL165.43º41.18%33.33%-
HSV(B)165.43º58.33%47.06%-
XYZ10.4815.0915.19-
YUV97.13131.3194.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=18.32%
G=43.96%
B=37.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201030.5800.140.53165.4341.1833.33
Hex3278673A0E35a52921
Octal6217014772016652455141
Binary110010111100011001111110100111011010110100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327867; }

 p { color: rgb(50,120,103); }

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

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

 a { background-color: rgb(50,120,103); }

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

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

 span { border-color: rgb(50,120,103); }

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