Html Css Color HEX #327866 Genoa

📋 copy color: '#327866'

red 50 ◦ green 120 ◦ blue 102

#327866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #327866

Tints of Genoa #327866

RGB

 RED value IS 50 (19.92% from 255) = 18.38%

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 18.38%
G = 44.12%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#327866 (or 0x327866) is known color: Genoa. HEX triplet: 32, 78 and 66. RGB value is (50,120,102). Sum of RGB (Red+Green+Blue) = 50+120+102=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #327866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327866 is #CD8799. Grayscale: #616161. Windows color (decimal): -13469594 or 6715442. OLE color: 6715442.

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

Color convert

RGB 50 120 102 -
CMYK 0.58 0 0.15 0.53
HSL 164.57º 0.41% 0.33% -
HSV(B) 164.57º 0.58% 0.47% -
XYZ 10.43 15.07 14.93 -
YUV 97.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 50 120 102 0.58 0 0.15 0.53 164.57 0.41 0.33
Hex 32 78 66 3A 0 F 35 A5 29 21
Octal 62 170 146 72 0 17 65 245 51 41
Binary 110010 1111000 1100110 111010 0 1111 110101 10100101 101001 100001

Color Harmonies of #327866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327866

Black with #327866

Text Example


Text Example

White with #327866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327866; }

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

 H1.HeaderClassName
 {
   color: #327866;
 }
 .AnyTagClassName
 {
   color: #327866;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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