Html Css Color HEX #327562 Genoa

📋 copy color: '#327562'

red 50 ◦ green 117 ◦ blue 98

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

Shades of Genoa #327562

Tints of Genoa #327562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 18.87%
G = 44.15%
B = 36.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#327562 (or 0x327562) is known color: Genoa. HEX triplet: 32, 75 and 62. RGB value is (50,117,98). Sum of RGB (Red+Green+Blue) = 50+117+98=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #327562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327562 is #CD8A9D. Grayscale: #5E5E5E. Windows color (decimal): -13470366 or 6452530. OLE color: 6452530.

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

Color convert

RGB 50 117 98 -
CMYK 0.57 0 0.16 0.54
HSL 162.99º 0.4% 0.33% -
HSV(B) 162.99º 0.57% 0.46% -
XYZ 9.88 14.28 13.79 -
YUV 94.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 50 117 98 0.57 0 0.16 0.54 162.99 0.4 0.33
Hex 32 75 62 39 0 10 36 A3 28 21
Octal 62 165 142 71 0 20 66 243 50 41
Binary 110010 1110101 1100010 111001 0 10000 110110 10100011 101000 100001

Color Harmonies of #327562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327562

Black with #327562

Text Example


Text Example

White with #327562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327562; }

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

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

background-color css

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

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

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

border-color css

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

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

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