Html Css Color HEX #32766F Genoa

📋 copy color: '#32766F'

red 50 ◦ green 118 ◦ blue 111

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

Shades of Genoa #32766F

Tints of Genoa #32766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 17.92%
G = 42.29%
B = 39.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#32766F (or 0x32766F) is known color: Genoa. HEX triplet: 32, 76 and 6F. RGB value is (50,118,111). Sum of RGB (Red+Green+Blue) = 50+118+111=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #32766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32766F is #CD8990. Grayscale: #606060. Windows color (decimal): -13470097 or 7304754. OLE color: 7304754.

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

Color convert

RGB 50 118 111 -
CMYK 0.58 0 0.06 0.54
HSL 173.82º 0.4% 0.33% -
HSV(B) 173.82º 0.58% 0.46% -
XYZ 10.66 14.78 17.33 -
YUV 96.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 50 118 111 0.58 0 0.06 0.54 173.82 0.4 0.33
Hex 32 76 6F 3A 0 6 36 AE 28 21
Octal 62 166 157 72 0 6 66 256 50 41
Binary 110010 1110110 1101111 111010 0 110 110110 10101110 101000 100001

Color Harmonies of #32766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32766F

Black with #32766F

Text Example


Text Example

White with #32766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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