Html Css Color HEX #326F65 Genoa

📋 copy color: '#326F65'

red 50 ◦ green 111 ◦ blue 101

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

Shades of Genoa #326F65

Tints of Genoa #326F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 19.08%
G = 42.37%
B = 38.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#326F65 (or 0x326F65) is known color: Genoa. HEX triplet: 32, 6F and 65. RGB value is (50,111,101). Sum of RGB (Red+Green+Blue) = 50+111+101=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #326F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F65 is #CD909A. Grayscale: #5B5B5B. Windows color (decimal): -13471899 or 6647602. OLE color: 6647602.

HSL color Cylindrical-coordinate representation of color #326F65: hue angle of 170.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F65 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 101 -
CMYK 0.55 0 0.09 0.56
HSL 170.16º 0.38% 0.32% -
HSV(B) 170.16º 0.55% 0.44% -
XYZ 9.35 12.99 14.33 -
YUV 91.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 50 111 101 0.55 0 0.09 0.56 170.16 0.38 0.32
Hex 32 6F 65 37 0 9 38 AA 26 20
Octal 62 157 145 67 0 11 70 252 46 40
Binary 110010 1101111 1100101 110111 0 1001 111000 10101010 100110 100000

Color Harmonies of #326F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F65

Black with #326F65

Text Example


Text Example

White with #326F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F65; }

 p { color: rgb(50,111,101); }

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

background-color css

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

 a { background-color: rgb(50,111,101); }

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

border-color css

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

 span { border-color: rgb(50,111,101); }

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