Html Css Color HEX #327361 Genoa

📋 copy color: '#327361'

red 50 ◦ green 115 ◦ blue 97

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

Shades of Genoa #327361

Tints of Genoa #327361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 19.08%
G = 43.89%
B = 37.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#327361 (or 0x327361) is known color: Genoa. HEX triplet: 32, 73 and 61. RGB value is (50,115,97). Sum of RGB (Red+Green+Blue) = 50+115+97=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #327361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327361 is #CD8C9E. Grayscale: #5D5D5D. Windows color (decimal): -13470879 or 6386482. OLE color: 6386482.

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

Color convert

RGB 50 115 97 -
CMYK 0.57 0 0.16 0.55
HSL 163.38º 0.39% 0.32% -
HSV(B) 163.38º 0.57% 0.45% -
XYZ 9.6 13.8 13.47 -
YUV 93.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 50 115 97 0.57 0 0.16 0.55 163.38 0.39 0.32
Hex 32 73 61 39 0 10 37 A3 27 20
Octal 62 163 141 71 0 20 67 243 47 40
Binary 110010 1110011 1100001 111001 0 10000 110111 10100011 100111 100000

Color Harmonies of #327361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327361

Black with #327361

Text Example


Text Example

White with #327361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327361; }

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

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

background-color css

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

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

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

border-color css

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

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

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