Html Css Color HEX #327563 Genoa

📋 copy color: '#327563'

red 50 ◦ green 117 ◦ blue 99

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

Shades of Genoa #327563

Tints of Genoa #327563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 18.8%
G = 43.98%
B = 37.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#327563 (or 0x327563) is known color: Genoa. HEX triplet: 32, 75 and 63. RGB value is (50,117,99). Sum of RGB (Red+Green+Blue) = 50+117+99=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #327563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327563 is #CD8A9C. Grayscale: #5E5E5E. Windows color (decimal): -13470365 or 6518066. OLE color: 6518066.

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

Color convert

RGB 50 117 99 -
CMYK 0.57 0 0.15 0.54
HSL 163.88º 0.4% 0.33% -
HSV(B) 163.88º 0.57% 0.46% -
XYZ 9.93 14.3 14.04 -
YUV 94.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 50 117 99 0.57 0 0.15 0.54 163.88 0.4 0.33
Hex 32 75 63 39 0 F 36 A4 28 21
Octal 62 165 143 71 0 17 66 244 50 41
Binary 110010 1110101 1100011 111001 0 1111 110110 10100100 101000 100001

Color Harmonies of #327563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327563

Black with #327563

Text Example


Text Example

White with #327563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327563; }

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

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

background-color css

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

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

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

border-color css

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

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

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