Html Css Color HEX #32736A Genoa

📋 copy color: '#32736A'

red 50 ◦ green 115 ◦ blue 106

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

Shades of Genoa #32736A

Tints of Genoa #32736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 18.45%
G = 42.44%
B = 39.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#32736A (or 0x32736A) is known color: Genoa. HEX triplet: 32, 73 and 6A. RGB value is (50,115,106). Sum of RGB (Red+Green+Blue) = 50+115+106=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #32736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32736A is #CD8C95. Grayscale: #5E5E5E. Windows color (decimal): -13470870 or 6976306. OLE color: 6976306.

HSL color Cylindrical-coordinate representation of color #32736A: hue angle of 171.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32736A is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 106 -
CMYK 0.57 0 0.08 0.55
HSL 171.69º 0.39% 0.32% -
HSV(B) 171.69º 0.57% 0.45% -
XYZ 10.05 13.98 15.8 -
YUV 94.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 50 115 106 0.57 0 0.08 0.55 171.69 0.39 0.32
Hex 32 73 6A 39 0 8 37 AC 27 20
Octal 62 163 152 71 0 10 67 254 47 40
Binary 110010 1110011 1101010 111001 0 1000 110111 10101100 100111 100000

Color Harmonies of #32736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32736A

Black with #32736A

Text Example


Text Example

White with #32736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32736A; }

 p { color: rgb(50,115,106); }

 H1.HeaderClassName
 {
   color: #32736A;
 }
 .AnyTagClassName
 {
   color: #32736A;
 }
</style>

background-color css

<style>
 a { background-color: #32736A; }

 a { background-color: rgb(50,115,106); }

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

border-color css

<style>
 span { border-color: #32736A; }

 span { border-color: rgb(50,115,106); }

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