Html Css Color HEX #32736B Genoa

📋 copy color: '#32736B'

red 50 ◦ green 115 ◦ blue 107

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

Shades of Genoa #32736B

Tints of Genoa #32736B

RGB

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

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

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

R = 18.38%
G = 42.28%
B = 39.34%

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

#32736B (or 0x32736B) is known color: Genoa. HEX triplet: 32, 73 and 6B. RGB value is (50,115,107). Sum of RGB (Red+Green+Blue) = 50+115+107=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #32736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32736B is #CD8C94. Grayscale: #5E5E5E. Windows color (decimal): -13470869 or 7041842. OLE color: 7041842.

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

Color convert

RGB 50 115 107 -
CMYK 0.57 0 0.07 0.55
HSL 172.62º 0.39% 0.32% -
HSV(B) 172.62º 0.57% 0.45% -
XYZ 10.1 14 16.08 -
YUV 94.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 50 115 107 0.57 0 0.07 0.55 172.62 0.39 0.32
Hex 32 73 6B 39 0 7 37 AD 27 20
Octal 62 163 153 71 0 7 67 255 47 40
Binary 110010 1110011 1101011 111001 0 111 110111 10101101 100111 100000

Color Harmonies of #32736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32736B

Black with #32736B

Text Example


Text Example

White with #32736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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