Html Css Color HEX #326965 Genoa

📋 copy color: '#326965'

red 50 ◦ green 105 ◦ blue 101

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

Shades of Genoa #326965

Tints of Genoa #326965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 19.53%
G = 41.02%
B = 39.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#326965 (or 0x326965) is known color: Genoa. HEX triplet: 32, 69 and 65. RGB value is (50,105,101). Sum of RGB (Red+Green+Blue) = 50+105+101=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #326965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326965 is #CD969A. Grayscale: #585858. Windows color (decimal): -13473435 or 6646066. OLE color: 6646066.

HSL color Cylindrical-coordinate representation of color #326965: hue angle of 175.64º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326965 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 105 101 -
CMYK 0.52 0 0.04 0.59
HSL 175.64º 0.35% 0.3% -
HSV(B) 175.64º 0.52% 0.41% -
XYZ 8.72 11.72 14.11 -
YUV 88.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 50 105 101 0.52 0 0.04 0.59 175.64 0.35 0.3
Hex 32 69 65 34 0 4 3B B0 23 1E
Octal 62 151 145 64 0 4 73 260 43 36
Binary 110010 1101001 1100101 110100 0 100 111011 10110000 100011 11110

Color Harmonies of #326965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326965

Black with #326965

Text Example


Text Example

White with #326965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326965; }

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

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

background-color css

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

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

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

border-color css

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

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

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