Html Css Color HEX #327463 Genoa

📋 copy color: '#327463'

red 50 ◦ green 116 ◦ blue 99

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

Shades of Genoa #327463

Tints of Genoa #327463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 18.87%
G = 43.77%
B = 37.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#327463 (or 0x327463) is known color: Genoa. HEX triplet: 32, 74 and 63. RGB value is (50,116,99). Sum of RGB (Red+Green+Blue) = 50+116+99=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #327463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327463 is #CD8B9C. Grayscale: #5E5E5E. Windows color (decimal): -13470621 or 6517810. OLE color: 6517810.

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

Color convert

RGB 50 116 99 -
CMYK 0.57 0 0.15 0.55
HSL 164.55º 0.4% 0.33% -
HSV(B) 164.55º 0.57% 0.45% -
XYZ 9.81 14.07 14 -
YUV 94.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 50 116 99 0.57 0 0.15 0.55 164.55 0.4 0.33
Hex 32 74 63 39 0 F 37 A5 28 21
Octal 62 164 143 71 0 17 67 245 50 41
Binary 110010 1110100 1100011 111001 0 1111 110111 10100101 101000 100001

Color Harmonies of #327463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327463

Black with #327463

Text Example


Text Example

White with #327463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327463; }

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

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

background-color css

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

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

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

border-color css

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

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

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