Html Css Color HEX #327B6E Genoa

📋 copy color: '#327B6E'

red 50 ◦ green 123 ◦ blue 110

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

Shades of Genoa #327B6E

Tints of Genoa #327B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.46%

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 17.67%
G = 43.46%
B = 38.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#327B6E (or 0x327B6E) is known color: Genoa. HEX triplet: 32, 7B and 6E. RGB value is (50,123,110). Sum of RGB (Red+Green+Blue) = 50+123+110=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #327B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B6E is #CD8491. Grayscale: #636363. Windows color (decimal): -13468818 or 7240498. OLE color: 7240498.

HSL color Cylindrical-coordinate representation of color #327B6E: hue angle of 169.32º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B6E is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 123 110 -
CMYK 0.59 0 0.11 0.52
HSL 169.32º 0.42% 0.34% -
HSV(B) 169.32º 0.59% 0.48% -
XYZ 11.21 15.97 17.24 -
YUV 99.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 50 123 110 0.59 0 0.11 0.52 169.32 0.42 0.34
Hex 32 7B 6E 3B 0 B 34 A9 2A 22
Octal 62 173 156 73 0 13 64 251 52 42
Binary 110010 1111011 1101110 111011 0 1011 110100 10101001 101010 100010

Color Harmonies of #327B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B6E

Black with #327B6E

Text Example


Text Example

White with #327B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327B6E; }

 p { color: rgb(50,123,110); }

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

background-color css

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

 a { background-color: rgb(50,123,110); }

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

border-color css

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

 span { border-color: rgb(50,123,110); }

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