Html Css Color HEX #32756F Genoa

📋 copy color: '#32756F'

red 50 ◦ green 117 ◦ blue 111

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

Shades of Genoa #32756F

Tints of Genoa #32756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 17.99%
G = 42.09%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#32756F (or 0x32756F) is known color: Genoa. HEX triplet: 32, 75 and 6F. RGB value is (50,117,111). Sum of RGB (Red+Green+Blue) = 50+117+111=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #32756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32756F is #CD8A90. Grayscale: #606060. Windows color (decimal): -13470353 or 7304498. OLE color: 7304498.

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

Color convert

RGB 50 117 111 -
CMYK 0.57 0 0.05 0.54
HSL 174.63º 0.4% 0.33% -
HSV(B) 174.63º 0.57% 0.46% -
XYZ 10.55 14.55 17.29 -
YUV 96.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 50 117 111 0.57 0 0.05 0.54 174.63 0.4 0.33
Hex 32 75 6F 39 0 5 36 AF 28 21
Octal 62 165 157 71 0 5 66 257 50 41
Binary 110010 1110101 1101111 111001 0 101 110110 10101111 101000 100001

Color Harmonies of #32756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32756F

Black with #32756F

Text Example


Text Example

White with #32756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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