Html Css Color HEX #327165 Genoa

📋 copy color: '#327165'

red 50 ◦ green 113 ◦ blue 101

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

Shades of Genoa #327165

Tints of Genoa #327165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 18.94%
G = 42.8%
B = 38.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#327165 (or 0x327165) is known color: Genoa. HEX triplet: 32, 71 and 65. RGB value is (50,113,101). Sum of RGB (Red+Green+Blue) = 50+113+101=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #327165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327165 is #CD8E9A. Grayscale: #5C5C5C. Windows color (decimal): -13471387 or 6648114. OLE color: 6648114.

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

Color convert

RGB 50 113 101 -
CMYK 0.56 0 0.11 0.56
HSL 168.57º 0.39% 0.32% -
HSV(B) 168.57º 0.56% 0.44% -
XYZ 9.57 13.43 14.4 -
YUV 92.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 50 113 101 0.56 0 0.11 0.56 168.57 0.39 0.32
Hex 32 71 65 38 0 B 38 A9 27 20
Octal 62 161 145 70 0 13 70 251 47 40
Binary 110010 1110001 1100101 111000 0 1011 111000 10101001 100111 100000

Color Harmonies of #327165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327165

Black with #327165

Text Example


Text Example

White with #327165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327165; }

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

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

background-color css

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

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

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

border-color css

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

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

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