Html Css Color HEX #32746F Genoa

📋 copy color: '#32746F'

red 50 ◦ green 116 ◦ blue 111

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

Shades of Genoa #32746F

Tints of Genoa #32746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 18.05%
G = 41.88%
B = 40.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#32746F (or 0x32746F) is known color: Genoa. HEX triplet: 32, 74 and 6F. RGB value is (50,116,111). Sum of RGB (Red+Green+Blue) = 50+116+111=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #32746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746F is #CD8B90. Grayscale: #5F5F5F. Windows color (decimal): -13470609 or 7304242. OLE color: 7304242.

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

Color convert

RGB 50 116 111 -
CMYK 0.57 0 0.04 0.55
HSL 175.45º 0.4% 0.33% -
HSV(B) 175.45º 0.57% 0.45% -
XYZ 10.43 14.32 17.25 -
YUV 95.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 50 116 111 0.57 0 0.04 0.55 175.45 0.4 0.33
Hex 32 74 6F 39 0 4 37 AF 28 21
Octal 62 164 157 71 0 4 67 257 50 41
Binary 110010 1110100 1101111 111001 0 100 110111 10101111 101000 100001

Color Harmonies of #32746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32746F

Black with #32746F

Text Example


Text Example

White with #32746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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