Html Css Color HEX #327569 Genoa

📋 copy color: '#327569'

red 50 ◦ green 117 ◦ blue 105

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

Shades of Genoa #327569

Tints of Genoa #327569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 18.38%
G = 43.01%
B = 38.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#327569 (or 0x327569) is known color: Genoa. HEX triplet: 32, 75 and 69. RGB value is (50,117,105). Sum of RGB (Red+Green+Blue) = 50+117+105=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #327569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327569 is #CD8A96. Grayscale: #5F5F5F. Windows color (decimal): -13470359 or 6911282. OLE color: 6911282.

HSL color Cylindrical-coordinate representation of color #327569: hue angle of 169.25º 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 #327569 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 105 -
CMYK 0.57 0 0.10 0.54
HSL 169.25º 0.4% 0.33% -
HSV(B) 169.25º 0.57% 0.46% -
XYZ 10.23 14.42 15.61 -
YUV 95.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 50 117 105 0.57 0 0.10 0.54 169.25 0.4 0.33
Hex 32 75 69 39 0 A 36 A9 28 21
Octal 62 165 151 71 0 12 66 251 50 41
Binary 110010 1110101 1101001 111001 0 1010 110110 10101001 101000 100001

Color Harmonies of #327569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327569

Black with #327569

Text Example


Text Example

White with #327569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327569; }

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

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

background-color css

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

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

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

border-color css

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

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

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