Html Css Color HEX #326B63 Genoa

📋 copy color: '#326B63'

red 50 ◦ green 107 ◦ blue 99

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

Shades of Genoa #326B63

Tints of Genoa #326B63

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.8%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 19.53%
G = 41.8%
B = 38.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#326B63 (or 0x326B63) is known color: Genoa. HEX triplet: 32, 6B and 63. RGB value is (50,107,99). Sum of RGB (Red+Green+Blue) = 50+107+99=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #326B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B63 is #CD949C. Grayscale: #595959. Windows color (decimal): -13472925 or 6515506. OLE color: 6515506.

HSL color Cylindrical-coordinate representation of color #326B63: hue angle of 171.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B63 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 99 -
CMYK 0.53 0 0.07 0.58
HSL 171.58º 0.36% 0.31% -
HSV(B) 171.58º 0.53% 0.42% -
XYZ 8.83 12.09 13.67 -
YUV 89.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 50 107 99 0.53 0 0.07 0.58 171.58 0.36 0.31
Hex 32 6B 63 35 0 7 3A AC 24 1F
Octal 62 153 143 65 0 7 72 254 44 37
Binary 110010 1101011 1100011 110101 0 111 111010 10101100 100100 11111

Color Harmonies of #326B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B63

Black with #326B63

Text Example


Text Example

White with #326B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,107,99); }

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

background-color css

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

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

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

border-color css

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

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

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