Html Css Color HEX #327A70 Genoa

📋 copy color: '#327A70'

red 50 ◦ green 122 ◦ blue 112

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

Shades of Genoa #327A70

Tints of Genoa #327A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.96%

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

R = 17.61%
G = 42.96%
B = 39.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#327A70 (or 0x327A70) is known color: Genoa. HEX triplet: 32, 7A and 70. RGB value is (50,122,112). Sum of RGB (Red+Green+Blue) = 50+122+112=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #327A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A70 is #CD858F. Grayscale: #636363. Windows color (decimal): -13469072 or 7371314. OLE color: 7371314.

HSL color Cylindrical-coordinate representation of color #327A70: hue angle of 171.67º 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 #327A70 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 112 -
CMYK 0.59 0 0.08 0.52
HSL 171.67º 0.42% 0.34% -
HSV(B) 171.67º 0.59% 0.48% -
XYZ 11.2 15.77 17.78 -
YUV 99.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 50 122 112 0.59 0 0.08 0.52 171.67 0.42 0.34
Hex 32 7A 70 3B 0 8 34 AC 2A 22
Octal 62 172 160 73 0 10 64 254 52 42
Binary 110010 1111010 1110000 111011 0 1000 110100 10101100 101010 100010

Color Harmonies of #327A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A70

Black with #327A70

Text Example


Text Example

White with #327A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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