Html Css Color HEX #327670 Genoa

📋 copy color: '#327670'

red 50 ◦ green 118 ◦ blue 112

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

Shades of Genoa #327670

Tints of Genoa #327670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 17.86%
G = 42.14%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#327670 (or 0x327670) is known color: Genoa. HEX triplet: 32, 76 and 70. RGB value is (50,118,112). Sum of RGB (Red+Green+Blue) = 50+118+112=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #327670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327670 is #CD898F. Grayscale: #606060. Windows color (decimal): -13470096 or 7370290. OLE color: 7370290.

HSL color Cylindrical-coordinate representation of color #327670: hue angle of 174.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327670 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 112 -
CMYK 0.58 0 0.05 0.54
HSL 174.71º 0.4% 0.33% -
HSV(B) 174.71º 0.58% 0.46% -
XYZ 10.72 14.8 17.62 -
YUV 96.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 50 118 112 0.58 0 0.05 0.54 174.71 0.4 0.33
Hex 32 76 70 3A 0 5 36 AF 28 21
Octal 62 166 160 72 0 5 66 257 50 41
Binary 110010 1110110 1110000 111010 0 101 110110 10101111 101000 100001

Color Harmonies of #327670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327670

Black with #327670

Text Example


Text Example

White with #327670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327670; }

 p { color: rgb(50,118,112); }

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

background-color css

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

 a { background-color: rgb(50,118,112); }

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

border-color css

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

 span { border-color: rgb(50,118,112); }

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