Html Css Color HEX #32746C Genoa

📋 copy color: '#32746C'

red 50 ◦ green 116 ◦ blue 108

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

Shades of Genoa #32746C

Tints of Genoa #32746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 18.25%
G = 42.34%
B = 39.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#32746C (or 0x32746C) is known color: Genoa. HEX triplet: 32, 74 and 6C. RGB value is (50,116,108). Sum of RGB (Red+Green+Blue) = 50+116+108=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #32746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746C is #CD8B93. Grayscale: #5F5F5F. Windows color (decimal): -13470612 or 7107634. OLE color: 7107634.

HSL color Cylindrical-coordinate representation of color #32746C: hue angle of 172.73º 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 #32746C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 108 -
CMYK 0.57 0 0.07 0.55
HSL 172.73º 0.4% 0.33% -
HSV(B) 172.73º 0.57% 0.45% -
XYZ 10.27 14.25 16.4 -
YUV 95.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 50 116 108 0.57 0 0.07 0.55 172.73 0.4 0.33
Hex 32 74 6C 39 0 7 37 AD 28 21
Octal 62 164 154 71 0 7 67 255 50 41
Binary 110010 1110100 1101100 111001 0 111 110111 10101101 101000 100001

Color Harmonies of #32746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32746C

Black with #32746C

Text Example


Text Example

White with #32746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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