Html Css Color HEX #327363 Genoa

📋 copy color: '#327363'

red 50 ◦ green 115 ◦ blue 99

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

Shades of Genoa #327363

Tints of Genoa #327363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 18.94%
G = 43.56%
B = 37.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#327363 (or 0x327363) is known color: Genoa. HEX triplet: 32, 73 and 63. RGB value is (50,115,99). Sum of RGB (Red+Green+Blue) = 50+115+99=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #327363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327363 is #CD8C9C. Grayscale: #5D5D5D. Windows color (decimal): -13470877 or 6517554. OLE color: 6517554.

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

Color convert

RGB 50 115 99 -
CMYK 0.57 0 0.14 0.55
HSL 165.23º 0.39% 0.32% -
HSV(B) 165.23º 0.57% 0.45% -
XYZ 9.7 13.84 13.96 -
YUV 93.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 50 115 99 0.57 0 0.14 0.55 165.23 0.39 0.32
Hex 32 73 63 39 0 E 37 A5 27 20
Octal 62 163 143 71 0 16 67 245 47 40
Binary 110010 1110011 1100011 111001 0 1110 110111 10100101 100111 100000

Color Harmonies of #327363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327363

Black with #327363

Text Example


Text Example

White with #327363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327363; }

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

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

background-color css

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

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

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

border-color css

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

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

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