Html Css Color HEX #327265 Genoa

📋 copy color: '#327265'

red 50 ◦ green 114 ◦ blue 101

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

Shades of Genoa #327265

Tints of Genoa #327265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 18.87%
G = 43.02%
B = 38.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#327265 (or 0x327265) is known color: Genoa. HEX triplet: 32, 72 and 65. RGB value is (50,114,101). Sum of RGB (Red+Green+Blue) = 50+114+101=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #327265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327265 is #CD8D9A. Grayscale: #5D5D5D. Windows color (decimal): -13471131 or 6648370. OLE color: 6648370.

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

Color convert

RGB 50 114 101 -
CMYK 0.56 0 0.11 0.55
HSL 167.81º 0.39% 0.32% -
HSV(B) 167.81º 0.56% 0.45% -
XYZ 9.68 13.65 14.44 -
YUV 93.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 50 114 101 0.56 0 0.11 0.55 167.81 0.39 0.32
Hex 32 72 65 38 0 B 37 A8 27 20
Octal 62 162 145 70 0 13 67 250 47 40
Binary 110010 1110010 1100101 111000 0 1011 110111 10101000 100111 100000

Color Harmonies of #327265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327265

Black with #327265

Text Example


Text Example

White with #327265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327265; }

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

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

background-color css

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

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

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

border-color css

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

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

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