Html Css Color HEX #327668 Genoa

📋 copy color: '#327668'

red 50 ◦ green 118 ◦ blue 104

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

Shades of Genoa #327668

Tints of Genoa #327668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 18.38%
G = 43.38%
B = 38.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#327668 (or 0x327668) is known color: Genoa. HEX triplet: 32, 76 and 68. RGB value is (50,118,104). Sum of RGB (Red+Green+Blue) = 50+118+104=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #327668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327668 is #CD8997. Grayscale: #606060. Windows color (decimal): -13470104 or 6846002. OLE color: 6846002.

HSL color Cylindrical-coordinate representation of color #327668: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327668 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 104 -
CMYK 0.58 0 0.12 0.54
HSL 167.65º 0.4% 0.33% -
HSV(B) 167.65º 0.58% 0.46% -
XYZ 10.29 14.63 15.38 -
YUV 96.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 50 118 104 0.58 0 0.12 0.54 167.65 0.4 0.33
Hex 32 76 68 3A 0 C 36 A8 28 21
Octal 62 166 150 72 0 14 66 250 50 41
Binary 110010 1110110 1101000 111010 0 1100 110110 10101000 101000 100001

Color Harmonies of #327668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327668

Black with #327668

Text Example


Text Example

White with #327668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327668; }

 p { color: rgb(50,118,104); }

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

background-color css

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

 a { background-color: rgb(50,118,104); }

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

border-color css

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

 span { border-color: rgb(50,118,104); }

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