Html Css Color HEX #326969 Genoa

📋 copy color: '#326969'

red 50 ◦ green 105 ◦ blue 105

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

Shades of Genoa #326969

Tints of Genoa #326969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 19.23%
G = 40.38%
B = 40.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#326969 (or 0x326969) is known color: Genoa. HEX triplet: 32, 69 and 69. RGB value is (50,105,105). Sum of RGB (Red+Green+Blue) = 50+105+105=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #326969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326969 is #CD9696. Grayscale: #585858. Windows color (decimal): -13473431 or 6908210. OLE color: 6908210.

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

Color convert

RGB 50 105 105 -
CMYK 0.52 0 0 0.59
HSL 180º 0.35% 0.3% -
HSV(B) 180º 0.52% 0.41% -
XYZ 8.92 11.8 15.17 -
YUV 88.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 50 105 105 0.52 0 0 0.59 180 0.35 0.3
Hex 32 69 69 34 0 0 3B B4 23 1E
Octal 62 151 151 64 0 0 73 264 43 36
Binary 110010 1101001 1101001 110100 0 0 111011 10110100 100011 11110

Color Harmonies of #326969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326969

Black with #326969

Text Example


Text Example

White with #326969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326969; }

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

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

background-color css

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

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

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

border-color css

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

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

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