Html Css Color HEX #32756B Genoa

📋 copy color: '#32756B'

red 50 ◦ green 117 ◦ blue 107

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

Shades of Genoa #32756B

Tints of Genoa #32756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 18.25%
G = 42.7%
B = 39.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#32756B (or 0x32756B) is known color: Genoa. HEX triplet: 32, 75 and 6B. RGB value is (50,117,107). Sum of RGB (Red+Green+Blue) = 50+117+107=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #32756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32756B is #CD8A94. Grayscale: #5F5F5F. Windows color (decimal): -13470357 or 7042354. OLE color: 7042354.

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

Color convert

RGB 50 117 107 -
CMYK 0.57 0 0.09 0.54
HSL 171.04º 0.4% 0.33% -
HSV(B) 171.04º 0.57% 0.46% -
XYZ 10.33 14.46 16.16 -
YUV 95.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 50 117 107 0.57 0 0.09 0.54 171.04 0.4 0.33
Hex 32 75 6B 39 0 9 36 AB 28 21
Octal 62 165 153 71 0 11 66 253 50 41
Binary 110010 1110101 1101011 111001 0 1001 110110 10101011 101000 100001

Color Harmonies of #32756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32756B

Black with #32756B

Text Example


Text Example

White with #32756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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