Html Css Color HEX #32756E Genoa

📋 copy color: '#32756E'

red 50 ◦ green 117 ◦ blue 110

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

Shades of Genoa #32756E

Tints of Genoa #32756E

RGB

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

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

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

R = 18.05%
G = 42.24%
B = 39.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#32756E (or 0x32756E) is known color: Genoa. HEX triplet: 32, 75 and 6E. RGB value is (50,117,110). Sum of RGB (Red+Green+Blue) = 50+117+110=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #32756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32756E is #CD8A91. Grayscale: #606060. Windows color (decimal): -13470354 or 7238962. OLE color: 7238962.

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

Color convert

RGB 50 117 110 -
CMYK 0.57 0 0.06 0.54
HSL 173.73º 0.4% 0.33% -
HSV(B) 173.73º 0.57% 0.46% -
XYZ 10.49 14.53 17 -
YUV 96.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 50 117 110 0.57 0 0.06 0.54 173.73 0.4 0.33
Hex 32 75 6E 39 0 6 36 AE 28 21
Octal 62 165 156 71 0 6 66 256 50 41
Binary 110010 1110101 1101110 111001 0 110 110110 10101110 101000 100001

Color Harmonies of #32756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32756E

Black with #32756E

Text Example


Text Example

White with #32756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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