Html Css Color HEX #32766A Genoa

📋 copy color: '#32766A'

red 50 ◦ green 118 ◦ blue 106

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

Shades of Genoa #32766A

Tints of Genoa #32766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 18.25%
G = 43.07%
B = 38.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#32766A (or 0x32766A) is known color: Genoa. HEX triplet: 32, 76 and 6A. RGB value is (50,118,106). Sum of RGB (Red+Green+Blue) = 50+118+106=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #32766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766A is #CD8995. Grayscale: #606060. Windows color (decimal): -13470102 or 6977074. OLE color: 6977074.

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

Color convert

RGB 50 118 106 -
CMYK 0.58 0 0.10 0.54
HSL 169.41º 0.4% 0.33% -
HSV(B) 169.41º 0.58% 0.46% -
XYZ 10.4 14.68 15.92 -
YUV 96.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 50 118 106 0.58 0 0.10 0.54 169.41 0.4 0.33
Hex 32 76 6A 3A 0 A 36 A9 28 21
Octal 62 166 152 72 0 12 66 251 50 41
Binary 110010 1110110 1101010 111010 0 1010 110110 10101001 101000 100001

Color Harmonies of #32766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32766A

Black with #32766A

Text Example


Text Example

White with #32766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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