Html Css Color HEX #327568 Genoa

📋 copy color: '#327568'

red 50 ◦ green 117 ◦ blue 104

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

Shades of Genoa #327568

Tints of Genoa #327568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 18.45%
G = 43.17%
B = 38.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#327568 (or 0x327568) is known color: Genoa. HEX triplet: 32, 75 and 68. RGB value is (50,117,104). Sum of RGB (Red+Green+Blue) = 50+117+104=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #327568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327568 is #CD8A97. Grayscale: #5F5F5F. Windows color (decimal): -13470360 or 6845746. OLE color: 6845746.

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

Color convert

RGB 50 117 104 -
CMYK 0.57 0 0.11 0.54
HSL 168.36º 0.4% 0.33% -
HSV(B) 168.36º 0.57% 0.46% -
XYZ 10.18 14.4 15.34 -
YUV 95.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 50 117 104 0.57 0 0.11 0.54 168.36 0.4 0.33
Hex 32 75 68 39 0 B 36 A8 28 21
Octal 62 165 150 71 0 13 66 250 50 41
Binary 110010 1110101 1101000 111001 0 1011 110110 10101000 101000 100001

Color Harmonies of #327568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327568

Black with #327568

Text Example


Text Example

White with #327568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327568; }

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

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

background-color css

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

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

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

border-color css

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

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

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