Html Css Color HEX #32765F Genoa

📋 copy color: '#32765F'

red 50 ◦ green 118 ◦ blue 95

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

Shades of Genoa #32765F

Tints of Genoa #32765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 19.01%
G = 44.87%
B = 36.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#32765F (or 0x32765F) is known color: Genoa. HEX triplet: 32, 76 and 5F. RGB value is (50,118,95). Sum of RGB (Red+Green+Blue) = 50+118+95=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #32765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32765F is #CD89A0. Grayscale: #5F5F5F. Windows color (decimal): -13470113 or 6256178. OLE color: 6256178.

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

Color convert

RGB 50 118 95 -
CMYK 0.58 0 0.19 0.54
HSL 159.71º 0.4% 0.33% -
HSV(B) 159.71º 0.58% 0.46% -
XYZ 9.86 14.46 13.1 -
YUV 95.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 50 118 95 0.58 0 0.19 0.54 159.71 0.4 0.33
Hex 32 76 5F 3A 0 13 36 A0 28 21
Octal 62 166 137 72 0 23 66 240 50 41
Binary 110010 1110110 1011111 111010 0 10011 110110 10100000 101000 100001

Color Harmonies of #32765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32765F

Black with #32765F

Text Example


Text Example

White with #32765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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