Html Css Color HEX #32766E Genoa

📋 copy color: '#32766E'

red 50 ◦ green 118 ◦ blue 110

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

Shades of Genoa #32766E

Tints of Genoa #32766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 17.99%
G = 42.45%
B = 39.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#32766E (or 0x32766E) is known color: Genoa. HEX triplet: 32, 76 and 6E. RGB value is (50,118,110). Sum of RGB (Red+Green+Blue) = 50+118+110=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #32766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766E is #CD8991. Grayscale: #606060. Windows color (decimal): -13470098 or 7239218. OLE color: 7239218.

HSL color Cylindrical-coordinate representation of color #32766E: hue angle of 172.94º 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 #32766E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 110 -
CMYK 0.58 0 0.07 0.54
HSL 172.94º 0.4% 0.33% -
HSV(B) 172.94º 0.58% 0.46% -
XYZ 10.61 14.76 17.04 -
YUV 96.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 50 118 110 0.58 0 0.07 0.54 172.94 0.4 0.33
Hex 32 76 6E 3A 0 7 36 AD 28 21
Octal 62 166 156 72 0 7 66 255 50 41
Binary 110010 1110110 1101110 111010 0 111 110110 10101101 101000 100001

Color Harmonies of #32766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32766E

Black with #32766E

Text Example


Text Example

White with #32766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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