Html Css Color HEX #327765 Genoa

📋 copy color: '#327765'

red 50 ◦ green 119 ◦ blue 101

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

Shades of Genoa #327765

Tints of Genoa #327765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 18.52%
G = 44.07%
B = 37.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#327765 (or 0x327765) is known color: Genoa. HEX triplet: 32, 77 and 65. RGB value is (50,119,101). Sum of RGB (Red+Green+Blue) = 50+119+101=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #327765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327765 is #CD889A. Grayscale: #606060. Windows color (decimal): -13469851 or 6649650. OLE color: 6649650.

HSL color Cylindrical-coordinate representation of color #327765: hue angle of 164.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327765 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 101 -
CMYK 0.58 0 0.15 0.53
HSL 164.35º 0.41% 0.33% -
HSV(B) 164.35º 0.58% 0.47% -
XYZ 10.26 14.81 14.63 -
YUV 96.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 50 119 101 0.58 0 0.15 0.53 164.35 0.41 0.33
Hex 32 77 65 3A 0 F 35 A4 29 21
Octal 62 167 145 72 0 17 65 244 51 41
Binary 110010 1110111 1100101 111010 0 1111 110101 10100100 101001 100001

Color Harmonies of #327765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327765

Black with #327765

Text Example


Text Example

White with #327765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327765; }

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

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

background-color css

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

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

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

border-color css

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

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

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