Html Css Color HEX #327068 Genoa

📋 copy color: '#327068'

red 50 ◦ green 112 ◦ blue 104

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

Shades of Genoa #327068

Tints of Genoa #327068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 18.8%
G = 42.11%
B = 39.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#327068 (or 0x327068) is known color: Genoa. HEX triplet: 32, 70 and 68. RGB value is (50,112,104). Sum of RGB (Red+Green+Blue) = 50+112+104=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #327068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327068 is #CD8F97. Grayscale: #5C5C5C. Windows color (decimal): -13471640 or 6844466. OLE color: 6844466.

HSL color Cylindrical-coordinate representation of color #327068: hue angle of 172.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327068 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 104 -
CMYK 0.55 0 0.07 0.56
HSL 172.26º 0.38% 0.32% -
HSV(B) 172.26º 0.55% 0.44% -
XYZ 9.61 13.27 15.15 -
YUV 92.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 50 112 104 0.55 0 0.07 0.56 172.26 0.38 0.32
Hex 32 70 68 37 0 7 38 AC 26 20
Octal 62 160 150 67 0 7 70 254 46 40
Binary 110010 1110000 1101000 110111 0 111 111000 10101100 100110 100000

Color Harmonies of #327068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327068

Black with #327068

Text Example


Text Example

White with #327068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327068; }

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

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

background-color css

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

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

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

border-color css

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

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

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