Html Css Color HEX #326765 Genoa

📋 copy color: '#326765'

red 50 ◦ green 103 ◦ blue 101

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

Shades of Genoa #326765

Tints of Genoa #326765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 19.69%
G = 40.55%
B = 39.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#326765 (or 0x326765) is known color: Genoa. HEX triplet: 32, 67 and 65. RGB value is (50,103,101). Sum of RGB (Red+Green+Blue) = 50+103+101=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #326765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326765 is #CD989A. Grayscale: #565656. Windows color (decimal): -13473947 or 6645554. OLE color: 6645554.

HSL color Cylindrical-coordinate representation of color #326765: hue angle of 177.74º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326765 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 103 101 -
CMYK 0.51 0 0.02 0.60
HSL 177.74º 0.35% 0.3% -
HSV(B) 177.74º 0.51% 0.4% -
XYZ 8.51 11.32 14.05 -
YUV 86.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 50 103 101 0.51 0 0.02 0.60 177.74 0.35 0.3
Hex 32 67 65 33 0 2 3C B2 23 1E
Octal 62 147 145 63 0 2 74 262 43 36
Binary 110010 1100111 1100101 110011 0 10 111100 10110010 100011 11110

Color Harmonies of #326765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326765

Black with #326765

Text Example


Text Example

White with #326765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326765; }

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

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

background-color css

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

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

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

border-color css

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

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

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