Html Css Color HEX #32766C Genoa

📋 copy color: '#32766C'

red 50 ◦ green 118 ◦ blue 108

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

Shades of Genoa #32766C

Tints of Genoa #32766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 18.12%
G = 42.75%
B = 39.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#32766C (or 0x32766C) is known color: Genoa. HEX triplet: 32, 76 and 6C. RGB value is (50,118,108). Sum of RGB (Red+Green+Blue) = 50+118+108=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #32766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766C is #CD8993. Grayscale: #606060. Windows color (decimal): -13470100 or 7108146. OLE color: 7108146.

HSL color Cylindrical-coordinate representation of color #32766C: hue angle of 171.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32766C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 108 -
CMYK 0.58 0 0.08 0.54
HSL 171.18º 0.4% 0.33% -
HSV(B) 171.18º 0.58% 0.46% -
XYZ 10.5 14.72 16.47 -
YUV 96.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 50 118 108 0.58 0 0.08 0.54 171.18 0.4 0.33
Hex 32 76 6C 3A 0 8 36 AB 28 21
Octal 62 166 154 72 0 10 66 253 50 41
Binary 110010 1110110 1101100 111010 0 1000 110110 10101011 101000 100001

Color Harmonies of #32766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32766C

Black with #32766C

Text Example


Text Example

White with #32766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32766C; }

 p { color: rgb(50,118,108); }

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

background-color css

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

 a { background-color: rgb(50,118,108); }

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

border-color css

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

 span { border-color: rgb(50,118,108); }

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