Html Css Color HEX #327E70 Genoa

📋 copy color: '#327E70'

red 50 ◦ green 126 ◦ blue 112

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

Shades of Genoa #327E70

Tints of Genoa #327E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.75%

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

R = 17.36%
G = 43.75%
B = 38.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#327E70 (or 0x327E70) is known color: Genoa. HEX triplet: 32, 7E and 70. RGB value is (50,126,112). Sum of RGB (Red+Green+Blue) = 50+126+112=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #327E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E70 is #CD818F. Grayscale: #656565. Windows color (decimal): -13468048 or 7372338. OLE color: 7372338.

HSL color Cylindrical-coordinate representation of color #327E70: hue angle of 168.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E70 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 126 112 -
CMYK 0.60 0 0.11 0.51
HSL 168.95º 0.43% 0.35% -
HSV(B) 168.95º 0.6% 0.49% -
XYZ 11.7 16.77 17.95 -
YUV 101.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 50 126 112 0.60 0 0.11 0.51 168.95 0.43 0.35
Hex 32 7E 70 3C 0 B 33 A9 2B 23
Octal 62 176 160 74 0 13 63 251 53 43
Binary 110010 1111110 1110000 111100 0 1011 110011 10101001 101011 100011

Color Harmonies of #327E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E70

Black with #327E70

Text Example


Text Example

White with #327E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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